Browse Source

Made test.py executable.

Taddeus Kroes 14 years ago
parent
commit
3989e0220f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test.py

+ 1 - 0
test.py

@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 from testrunner import main
 import sys
 main(sys.argv[1:])