[pypy-commit] pypy default: Fix translation (whoops).

alex_gaynor noreply at buildbot.pypy.org
Sat Jul 16 08:08:50 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r45656:cfa96ceb9935
Date: 2011-07-15 23:08 -0700
http://bitbucket.org/pypy/pypy/changeset/cfa96ceb9935/

Log:	Fix translation (whoops).

diff --git a/pypy/module/_file/interp_stream.py b/pypy/module/_file/interp_stream.py
--- a/pypy/module/_file/interp_stream.py
+++ b/pypy/module/_file/interp_stream.py
@@ -3,7 +3,7 @@
 from pypy.rlib.streamio import StreamErrors
 
 from pypy.interpreter.error import OperationError, wrap_oserror2
-from pypy.interpreter.baseobjspace import Wrappable
+from pypy.interpreter.baseobjspace import ObjSpace, Wrappable
 from pypy.interpreter.typedef import TypeDef
 from pypy.interpreter.gateway import interp2app
 


More information about the pypy-commit mailing list