...
This commit is contained in:
parent
e211589f9f
commit
5b31b237e3
1 changed files with 0 additions and 2 deletions
|
|
@ -30,14 +30,12 @@
|
|||
if py3:
|
||||
unicode = str
|
||||
raw_input = input
|
||||
# from urllib.parse import urlparse
|
||||
import urllib.request as urllib
|
||||
|
||||
def encode_for_subprocess(x):
|
||||
return x
|
||||
else:
|
||||
from future_builtins import map
|
||||
# from urlparse import urlparse
|
||||
import urllib2 as urllib
|
||||
|
||||
def encode_for_subprocess(x):
|
||||
|
|
|
|||
Loading…
Reference in a new issue