Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcdf
obs
osc-plugins
Commits
222970eb
Commit
222970eb
authored
Mar 31, 2020
by
Lorenz Hüdepohl
Browse files
Remove invalid/unnecessary shebang lines
parent
c2ce75db
Changes
9
Hide whitespace changes
Inline
Side-by-side
mpcdf_branch.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
mpcdf_common
...
...
mpcdf_enable_repositories.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
mpcdf_common
...
...
mpcdf_push.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
time
...
...
mpcdf_remove.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
os
...
...
mpcdf_set_as_branch.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
mpcdf_common
...
...
mpcdf_setup_home_project.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
from
mpcdf_common
import
mpcdf_setup_subproject
,
project_meta
,
decode_it
...
...
mpcdf_setup_software_project.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
osc
...
...
mpcdf_setup_subproject.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
from
mpcdf_common
import
mpcdf_setup_subproject
...
...
mpcdf_sync_projects.py
View file @
222970eb
#!/usr/bin/python2
from
__future__
import
print_function
import
mpcdf_common
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment