Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r84004:1ae8011dde1c
Date: 2016-04-28 11:11 +0200
http://bitbucket.org/pypy/pypy/changeset/1ae8011dde1c/

Log:    Remove unused import, which causes an import loop in py3.5.

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,8 +5,6 @@
 equivalent to x+y.
 '''
 
-import types
-
 
 def countOf(a,b):
     'countOf(a, b) -- Return the number of times b occurs in a.'
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to