Commit 15b91d4d authored by Denis Bilenko's avatar Denis Bilenko

Merge pull request #419 from fantix/missing_builtin

Fix missing six.builtins
parents 8c0f741f 31cbca9a
......@@ -17,7 +17,6 @@ if PY3:
raise value.with_traceback(tb)
raise value
del builtins
xrange = range
string_types = str,
text_type = str
......
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