CC-2760: Remove shebangs from files that don't need them, fix chmod of files
-done
This commit is contained in:
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
0
python_apps/api_clients/api_client.py
Normal file → Executable file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import time
|
||||
import logging
|
||||
import logging.config
|
||||
|
|
0
python_apps/media-monitor/install/media-monitor-install.py
Executable file → Normal file
0
python_apps/media-monitor/install/media-monitor-install.py
Executable file → Normal file
0
python_apps/media-monitor/install/media-monitor-uninstall.py
Executable file → Normal file
0
python_apps/media-monitor/install/media-monitor-uninstall.py
Executable file → Normal file
0
python_apps/pypo/install/pypo-install.py
Executable file → Normal file
0
python_apps/pypo/install/pypo-install.py
Executable file → Normal file
0
python_apps/pypo/install/pypo-uninstall.py
Executable file → Normal file
0
python_apps/pypo/install/pypo-uninstall.py
Executable file → Normal file
0
python_apps/pypo/liquidsoap_scripts/library/tests/LS354-1.liq
Executable file → Normal file
0
python_apps/pypo/liquidsoap_scripts/library/tests/LS354-1.liq
Executable file → Normal file
0
python_apps/pypo/liquidsoap_scripts/library/tests/LS354-2.liq
Executable file → Normal file
0
python_apps/pypo/liquidsoap_scripts/library/tests/LS354-2.liq
Executable file → Normal file
0
python_apps/pypo/pypo-cli.py
Executable file → Normal file
0
python_apps/pypo/pypo-cli.py
Executable file → Normal file
0
python_apps/pypo/pypo-notify.py
Executable file → Normal file
0
python_apps/pypo/pypo-notify.py
Executable file → Normal file
0
python_apps/pypo/pypofetch.py
Executable file → Normal file
0
python_apps/pypo/pypofetch.py
Executable file → Normal file
0
python_apps/pypo/pypopush.py
Executable file → Normal file
0
python_apps/pypo/pypopush.py
Executable file → Normal file
0
python_apps/pypo/test/pypo-api-validator.py
Executable file → Normal file
0
python_apps/pypo/test/pypo-api-validator.py
Executable file → Normal file
0
python_apps/pypo/util/__init__.py
Executable file → Normal file
0
python_apps/pypo/util/__init__.py
Executable file → Normal file
0
python_apps/pypo/util/status.py
Executable file → Normal file
0
python_apps/pypo/util/status.py
Executable file → Normal file
0
python_apps/show-recorder/install/recorder-install.py
Executable file → Normal file
0
python_apps/show-recorder/install/recorder-install.py
Executable file → Normal file
0
python_apps/show-recorder/install/recorder-uninstall.py
Executable file → Normal file
0
python_apps/show-recorder/install/recorder-uninstall.py
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import urllib
|
||||
import logging
|
||||
import logging.config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue