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:
parent
88b8ccf3e8
commit
f29e610460
2
dist/tools/pyterm/pyterm.py
vendored
2
dist/tools/pyterm/pyterm.py
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user