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:
commit
fa9ae64644
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