mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix missing space after semi colon on linux-installer.py
This commit is contained in:
parent
78e967edc6
commit
73792ac787
@ -32,7 +32,7 @@ if py3:
|
||||
from urllib.parse import urlparse
|
||||
from urllib.request import BaseHandler, build_opener, Request, urlopen, getproxies, addinfourl
|
||||
import http.client as httplib
|
||||
encode_for_subprocess = lambda x:x
|
||||
encode_for_subprocess = lambda x: x
|
||||
else:
|
||||
from future_builtins import map
|
||||
from urlparse import urlparse
|
||||
|
Loading…
x
Reference in New Issue
Block a user