Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r69046:180ede03fc14
Date: 2014-02-01 20:32 +0000
http://bitbucket.org/pypy/pypy/changeset/180ede03fc14/

Log:    remove unnecessary import

diff --git a/rpython/annotator/annrpython.py b/rpython/annotator/annrpython.py
--- a/rpython/annotator/annrpython.py
+++ b/rpython/annotator/annrpython.py
@@ -24,7 +24,6 @@
 
     def __init__(self, translator=None, policy=None, bookkeeper=None):
         import rpython.rtyper.extfuncregistry # has side effects
-        import rpython.rlib.nonconst # has side effects
 
         if translator is None:
             # interface for tests
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to