Skip to content

Commit 8d8f156

Browse files
authored
Merge pull request #21 from BrennanGit/master
Update shebang to specific python version
2 parents 47a7bf9 + f33aa58 commit 8d8f156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runtests.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.7
22
import xmostest, sys, subprocess
33

44
if __name__ == "__main__":

0 commit comments

Comments
 (0)