This commit is contained in:
Kovid Goyal 2019-03-26 14:53:32 +05:30
parent 1fed6604e0
commit e1c7ab579d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -73,7 +73,7 @@ else:
string_or_bytes = unicode, bytes
long_type = long
exec_path = execfile
raw_input = builtins['raw_input']
raw_input = builtins.raw_input
def iteritems(d):
return d.iteritems()