Browse Source

Made test.py executable.

Taddeus Kroes 14 năm trước cách đây
mục cha
commit
3989e0220f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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:])