[pypy-commit] pypy default: remove unnecessary import

rlamy noreply at buildbot.pypy.org
Sat Feb 1 21:35:05 CET 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
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


More information about the pypy-commit mailing list