1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

sniffer.py: enforce use of python3

This commit is contained in:
Martine Lenders 2022-09-20 09:57:45 +02:00 committed by chrysn
parent 1c187bb82f
commit adf8ed117d

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
(C) 2012, Mariano Alvira <mar@devl.org>