Executable bits and shebang fixes

This commit is contained in:
William S Fulton 2014-02-16 14:52:45 +00:00
commit b170788459
10 changed files with 0 additions and 12 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
sys.path.append('..')
import harness

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
sys.path.append('..')
import harness

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
import time
import imp

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
sys.path.append('..')
import harness

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
sys.path.append('..')
import harness

View file

@ -1,5 +1,3 @@
#!/usr/bin/env
import sys
sys.path.append('..')
import harness