Ver código fonte

Made test.py executable.

Taddeus Kroes 14 anos atrás
pai
commit
3989e0220f
1 arquivos alterados com 1 adições e 0 exclusões
  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:])