[pypy-svn] r4986 - pypy/branch/src-newobjectmodel/pypy/objspace/std

hpk at codespeak.net hpk at codespeak.net
Sat Jun 5 20:01:35 CEST 2004


Author: hpk
Date: Sat Jun  5 20:01:34 2004
New Revision: 4986

Modified:
   pypy/branch/src-newobjectmodel/pypy/objspace/std/stdtypedef.py
Log:
Forgot to import OperationError there.


Modified: pypy/branch/src-newobjectmodel/pypy/objspace/std/stdtypedef.py
==============================================================================
--- pypy/branch/src-newobjectmodel/pypy/objspace/std/stdtypedef.py	(original)
+++ pypy/branch/src-newobjectmodel/pypy/objspace/std/stdtypedef.py	Sat Jun  5 20:01:34 2004
@@ -1,4 +1,5 @@
 from pypy.interpreter import eval, function, gateway
+from pypy.interpreter.error import OperationError
 from pypy.interpreter.typedef import TypeDef, GetSetProperty
 from pypy.interpreter.typedef import attrproperty, attrproperty_w
 from pypy.objspace.std.multimethod import MultiMethod, FailedToImplement



More information about the Pypy-commit mailing list