Browse Source

changed python env to: #!/usr/bin/env python

pull/3/head
psy 11 years ago
parent
commit
d898c8f72f
  1. 2
      bc
  2. 2
      options.py
  3. 2
      web/index.py
  4. 2
      webserver.py
  5. 2
      xml_exporter.py

2
bc

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.

2
options.py

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.

2
web/index.py

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.

2
webserver.py

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.

2
xml_exporter.py

@ -1,4 +1,4 @@
#!/usr/local/bin/python
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
"""
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes.

Loading…
Cancel
Save