Remove timeout from urllib

pull/863/head
Nicolargo 2016-04-28 09:51:25 +02:00
parent 2a09d3cdf0
commit d379ef22e9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if PY3:
from xmlrpc.client import Fault, ProtocolError, ServerProxy, Transport from xmlrpc.client import Fault, ProtocolError, ServerProxy, Transport
from xmlrpc.server import SimpleXMLRPCRequestHandler, SimpleXMLRPCServer from xmlrpc.server import SimpleXMLRPCRequestHandler, SimpleXMLRPCServer
from urllib.request import urlopen from urllib.request import urlopen
from urllib.error import URLError, timeout from urllib.error import URLError
input = input input = input
range = range range = range