mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
...
This commit is contained in:
@@ -30,14 +30,12 @@ except NameError:
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user