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