mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +03:00
Remove timeout from urllib
This commit is contained in:
parent
2a09d3cdf0
commit
d379ef22e9
@ -32,7 +32,7 @@ if PY3:
|
||||
from xmlrpc.client import Fault, ProtocolError, ServerProxy, Transport
|
||||
from xmlrpc.server import SimpleXMLRPCRequestHandler, SimpleXMLRPCServer
|
||||
from urllib.request import urlopen
|
||||
from urllib.error import URLError, timeout
|
||||
from urllib.error import URLError
|
||||
|
||||
input = input
|
||||
range = range
|
||||
|
Loading…
Reference in New Issue
Block a user