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:
parent
33dde8aba8
commit
5efa2eea8a
2
dist/tools/pyterm/pyterm.py
vendored
2
dist/tools/pyterm/pyterm.py
vendored
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import cmd, serial, sys, threading, readline, time, ConfigParser, logging, os
|
||||
|
Loading…
Reference in New Issue
Block a user