|
@ -1,4 +1,4 @@ |
|
|
#!/usr/local/bin/python |
|
|
#!/usr/bin/env python |
|
|
# -*- coding: iso-8859-15 -*- |
|
|
# -*- coding: iso-8859-15 -*- |
|
|
""" |
|
|
""" |
|
|
BC (Border-Check) is a tool to retrieve info of traceroute tests over website navigation routes. |
|
|
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))+""" |
|
|
unique_country_code_list = """+str(list(unique_country_code_list))+""" |
|
|
</script> |
|
|
</script> |
|
|
</html> |
|
|
</html> |
|
|
""" |
|
|
""" |
|
|