Skip to content

Commit f33aa58

Browse files
authored
Update shebang to specific python version
1 parent f2c9303 commit f33aa58

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)