Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r71238:f5d582516157
Date: 2014-05-03 12:57 -0700
http://bitbucket.org/pypy/pypy/changeset/f5d582516157/

Log:    This isn't used anymore

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

Reply via email to