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
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import time
|
||||
import logging
|
||||
import logging.config
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import urllib
|
||||
import logging
|
||||
import logging.config
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/local/bin/python
|
||||
import sys
|
||||
import os
|
||||
import logging
|
||||
|
|
Loading…
Reference in New Issue