Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r71240:988f37762851
Date: 2014-05-03 12:58 -0700
http://bitbucket.org/pypy/pypy/changeset/988f37762851/

Log:    This is also unused

diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpreter/baseobjspace.py
@@ -390,10 +390,7 @@
         self.user_del_action = UserDelAction(self)
         self._code_of_sys_exc_info = None
 
-        from pypy.interpreter.pycode import default_magic
-        self.our_magic = default_magic
         # can be overridden to a subclass
-
         self.initialize()
 
     def startup(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to