Merge branch 'lint_linux_installer' of https://github.com/thuvh/calibre

This commit is contained in:
Kovid Goyal 2021-01-05 10:01:39 +05:30
commit 2f830e666f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -81,7 +81,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