Author: Ronan Lamy <[email protected]>
Branch: translation-cleanup
Changeset: r56999:c24093ff2184
Date: 2012-08-14 00:52 +0100
http://bitbucket.org/pypy/pypy/changeset/c24093ff2184/

Log:    Fix missing import

diff --git a/pypy/objspace/flow/flowcontext.py 
b/pypy/objspace/flow/flowcontext.py
--- a/pypy/objspace/flow/flowcontext.py
+++ b/pypy/objspace/flow/flowcontext.py
@@ -6,7 +6,8 @@
 from pypy.interpreter import pyframe, nestedscope
 from pypy.interpreter.argument import ArgumentsForTranslation
 from pypy.interpreter.pyopcode import (Return, Yield, SuspendedUnroller,
-        SReturnValue, BytecodeCorruption, Reraise, RaiseWithExplicitTraceback)
+        SReturnValue, SApplicationException, BytecodeCorruption, Reraise,
+        RaiseWithExplicitTraceback)
 from pypy.objspace.flow import operation
 from pypy.objspace.flow.model import *
 from pypy.objspace.flow.framestate import (FrameState, recursively_unflatten,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to