Author: Ronan Lamy <[email protected]>
Branch:
Changeset: r83991:3d4128d02a5e
Date: 2016-04-27 17:10 +0100
http://bitbucket.org/pypy/pypy/changeset/3d4128d02a5e/
Log: Remove unnecessary import, which may trigger an unwanted early
import of 'types'
diff --git a/pypy/module/operator/app_operator.py
b/pypy/module/operator/app_operator.py
--- a/pypy/module/operator/app_operator.py
+++ b/pypy/module/operator/app_operator.py
@@ -5,7 +5,6 @@
equivalent to x+y.
'''
-import types
import __pypy__
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit