Move ctt module out of lib/, remove useless shebangs, fix permissions
This commit is contained in:
parent
e350c2e076
commit
80a4faa9ae
26 changed files with 1 additions and 6 deletions
3
bin/ctt
3
bin/ctt
|
@ -25,9 +25,8 @@ import subprocess
|
|||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
# Ensure our /lib/ is included into PYTHON_PATH
|
||||
here = os.path.dirname(os.path.realpath(__file__))
|
||||
lib = os.path.abspath(os.path.join(here, '../lib'))
|
||||
lib = os.path.abspath(os.path.join(here, '..'))
|
||||
ctt_argv = [os.path.abspath(os.path.join(here, '../scripts/ctt'))]
|
||||
|
||||
orig_pythonpath = os.getenv('PYTHONPATH', "")
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 2012 Nico Schottelius (nico-ctt at schottelius.org)
|
1
lib/ctt/listprojects.py → ctt/listprojects.py
Executable file → Normal file
1
lib/ctt/listprojects.py → ctt/listprojects.py
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 2012 Nico Schottelius (nico-ctt at schottelius.org)
|
1
lib/ctt/report.py → ctt/report.py
Executable file → Normal file
1
lib/ctt/report.py → ctt/report.py
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 2012-2018 Nico Schottelius (nico-ctt at schottelius.org)
|
1
lib/ctt/tracker.py → ctt/tracker.py
Executable file → Normal file
1
lib/ctt/tracker.py → ctt/tracker.py
Executable file → Normal file
|
@ -1,4 +1,3 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# 2012 Nico Schottelius (nico-ctt at schottelius.org)
|
Loading…
Reference in a new issue