1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #128 from mehlis/master

change python shebang to python2 -> python is mostly python3
This commit is contained in:
Christian Mehlis 2013-08-13 06:46:13 -07:00
commit fa9ae64644

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