[pypy-svn] r73063 - pypy/trunk/pypy/objspace/std

benjamin at codespeak.net benjamin at codespeak.net
Mon Mar 29 02:04:10 CEST 2010


Author: benjamin
Date: Mon Mar 29 02:04:08 2010
New Revision: 73063

Modified:
   pypy/trunk/pypy/objspace/std/frame.py
Log:
add imports

Modified: pypy/trunk/pypy/objspace/std/frame.py
==============================================================================
--- pypy/trunk/pypy/objspace/std/frame.py	(original)
+++ pypy/trunk/pypy/objspace/std/frame.py	Mon Mar 29 02:04:08 2010
@@ -4,6 +4,7 @@
 
 from pypy.rlib.unroll import unrolling_iterable
 from pypy.interpreter import pyframe, pyopcode, function
+from pypy.interpreter.error import OperationError, operationerrfmt
 from pypy.module.__builtin__ import OPTIMIZED_BUILTINS, Module
 from pypy.objspace.std.multimethod import FailedToImplement
 



More information about the Pypy-commit mailing list