Commit 4b7a53cc authored by Serge S. Koval's avatar Serge S. Koval

Python 2 fixes

parent 09f4fa5e
...@@ -44,7 +44,7 @@ else: ...@@ -44,7 +44,7 @@ else:
def as_unicode(text): def as_unicode(text):
return unicode(text) return unicode(text)
reduce = __builtin__.reduce reduce = __builtins__.reduce
def with_metaclass(meta, *bases): def with_metaclass(meta, *bases):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment