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

fix python shebang

This commit is contained in:
Ludwig Ortmann 2013-07-15 21:17:09 +02:00
parent 33dde8aba8
commit 5efa2eea8a

View File

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