This website works better with JavaScript
Home
Explore
Help
Sign In
taddeus
/
peephole
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added shebang to test runner.
Taddeus Kroes
14 years ago
parent
6924b53cc7
commit
36ef7967a0
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
test.py
+ 2
- 0
test.py
View File
@@ -1,3 +1,5 @@
+#!/usr/bin/python
from testrunner import main
import sys
+
main(sys.argv[1:])