make scripts executable

This commit is contained in:
Ian Foster
2015-11-04 11:09:12 -08:00
parent 67bbc37794
commit 35e4e30462
2 changed files with 2 additions and 0 deletions

1
auth_google.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
import sys
from oauth2client.file import Storage

1
fitsync.py Normal file → Executable file
View File

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