Skip to content
Snippets Groups Projects
Commit b7038f98 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

Task SW-516: Change all hashbangs from pointing to python2 or default python to python3

parent 4b38e204
Branches
Tags
No related merge requests found
#!/usr/bin/python #!/usr/bin/env python3
from lofar.lta.sip.feedback import main from lofar.lta.sip.feedback import main
import sys import sys
......
#!/usr/bin/python #!/usr/bin/env python3
from lofar.lta.sip.validator import main from lofar.lta.sip.validator import main
import sys import sys
......
#!/usr/bin/python #!/usr/bin/env python3
from lofar.lta.sip.visualizer import main from lofar.lta.sip.visualizer import main
import sys import sys
......
#!/usr/bin/python #!/usr/bin/env python3
# This module can be used to auto-generate a list of constant definitions based on value restrictions (defined as # This module can be used to auto-generate a list of constant definitions based on value restrictions (defined as
# enumerations in the XSD). These are dynamically retrieved from the pyxb-generated API module and in most cases can # enumerations in the XSD). These are dynamically retrieved from the pyxb-generated API module and in most cases can
......
#!/usr/bin/python #!/usr/bin/env python3
import sys import sys
import pprint import pprint
......
#!/usr/bin/python #!/usr/bin/env python3
# This module provides functions for easy creation of a Lofar LTA SIP document. # This module provides functions for easy creation of a Lofar LTA SIP document.
# It builds upon a Pyxb-generated API from the schema definition, which is very clever but hard to use, since # It builds upon a Pyxb-generated API from the schema definition, which is very clever but hard to use, since
......
#!/usr/bin/python #!/usr/bin/env python3
from graphviz import Digraph from graphviz import Digraph
import sys import sys
......
#!/usr/bin/python #!/usr/bin/env python3
# Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy) # Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
......
#!/usr/bin/python #!/usr/bin/env python3
# Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy) # Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
......
#!/usr/bin/python #!/usr/bin/env python3
# Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy) # Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
......
#!/usr/bin/python #!/usr/bin/env python3
# Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy) # Copyright (C) 2012-2015 ASTRON (Netherlands Institute for Radio Astronomy)
# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands # P.O. Box 2, 7990 AA Dwingeloo, The Netherlands
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment