Skip to content
Snippets Groups Projects
Commit 6c18567f authored by Felix Delattre's avatar Felix Delattre
Browse files

Replaced python shebang with more generic approach

parent 77d3a41d
No related branches found
No related tags found
1 merge request!15Replaced python shebang with more generic approach
Pipeline #17597 passed
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (c) 2020:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
......
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (c) 2020:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
......
#!/usr/bin/python3
#!/usr/bin/env python3
from setuptools import setup, find_packages
......
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (c) 2020:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
......
#!/usr/bin/python3
#!/usr/bin/env python3
# Copyright (c) 2020:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment