1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

change python shebang to python2 -> python is mostly python3

This commit is contained in:
Christian Mehlis 2013-08-13 11:42:59 +02:00
parent 88b8ccf3e8
commit f29e610460

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
# -*- coding: utf-8 -*-
import cmd, serial, sys, threading, readline, time, ConfigParser, logging, os