CC-2760: Remove shebangs from files that don't need them, fix chmod of files

-done
This commit is contained in:
martin 2011-09-06 19:06:13 -04:00
parent 610b7a6d2c
commit 03efb8f293
27 changed files with 0 additions and 3 deletions

0
python_apps/api_clients/api_client.py Normal file → Executable file
View file

View file

@ -1,4 +1,3 @@
#!/usr/local/bin/python
import time
import logging
import logging.config

View file

View file

0
python_apps/pypo/install/pypo-install.py Executable file → Normal file
View file

0
python_apps/pypo/install/pypo-uninstall.py Executable file → Normal file
View file

View file

View file

0
python_apps/pypo/pypo-cli.py Executable file → Normal file
View file

0
python_apps/pypo/pypo-notify.py Executable file → Normal file
View file

0
python_apps/pypo/pypofetch.py Executable file → Normal file
View file

0
python_apps/pypo/pypopush.py Executable file → Normal file
View file

0
python_apps/pypo/test/pypo-api-validator.py Executable file → Normal file
View file

0
python_apps/pypo/util/__init__.py Executable file → Normal file
View file

0
python_apps/pypo/util/status.py Executable file → Normal file
View file

0
python_apps/show-recorder/install/recorder-install.py Executable file → Normal file
View file

View file

View file

@ -1,4 +1,3 @@
#!/usr/local/bin/python
import urllib
import logging
import logging.config