mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 08:05:39 +01:00
...
This commit is contained in:
parent
f5e1a13ac6
commit
88f19064dc
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
enc = getattr(sys.stdout, 'encoding', 'UTF-8') or 'utf-8'
|
||||
calibre_version = signature = None
|
||||
urllib = __import__('urllib.request' if py3 else 'urllib', fromlist=1)
|
||||
|
||||
if py3:
|
||||
unicode = str
|
||||
raw_input = input
|
||||
|
|
|
|||
Loading…
Reference in a new issue