Skip to content

Commit fe748e1

Browse files
committed
examples: Fix hashbang
1 parent 5d3273d commit fe748e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/msgflo-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
import sys, os, importlib
44
sys.path.append(os.path.abspath(".."))

examples/repeat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
import sys, os, json, logging
44
sys.path.append(os.path.abspath("."))

0 commit comments

Comments
 (0)