mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
1fed6604e0
commit
e1c7ab579d
@ -73,7 +73,7 @@ else:
|
|||||||
string_or_bytes = unicode, bytes
|
string_or_bytes = unicode, bytes
|
||||||
long_type = long
|
long_type = long
|
||||||
exec_path = execfile
|
exec_path = execfile
|
||||||
raw_input = builtins['raw_input']
|
raw_input = builtins.raw_input
|
||||||
|
|
||||||
def iteritems(d):
|
def iteritems(d):
|
||||||
return d.iteritems()
|
return d.iteritems()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user