2to3 contrib/internet-urllib3.py
This commit is contained in:
parent
cbc7ac6385
commit
fb37b35535
@ -16,4 +16,4 @@ def isInternetConnected(url="www.ietf.org"):
|
|||||||
result = False
|
result = False
|
||||||
return result
|
return result
|
||||||
|
|
||||||
print isInternetConnected()
|
print(isInternetConnected())
|
||||||
|
Loading…
Reference in New Issue
Block a user