rscmbbng 11 years ago
parent
commit
9634927bd4
  1. 2
      bc
  2. 2
      main.py
  3. 2
      options.py
  4. 4
      web/index.py
  5. 2
      webserver.py
  6. 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
main.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
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.

4
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.
@ -109,4 +109,4 @@ output = """
unique_country_code_list = """+str(list(unique_country_code_list))+"""
</script>
</html>
"""
"""

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