mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:03:36 +02:00
fix missing space after semi colon on linux-installer.py
This commit is contained in:
parent
78e967edc6
commit
73792ac787
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
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…
Reference in a new issue