chmod 644 ; remove env

For consistency (with selftest.py at least), I think we should chmod 644 and remove /usr/bin/env python to force thinking about which Python is running test-installed.py
This commit is contained in:
Alex Clark 2014-06-29 08:14:45 -04:00
parent 8534e67546
commit 04964dbae0

1
test-installed.py Executable file → Normal file
View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
import nose import nose
import os import os
import sys import sys