[pypy-commit] pypy default: Translation fix

arigo noreply at buildbot.pypy.org
Sun Feb 23 08:58:08 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69278:2def17020fa9
Date: 2014-02-23 08:57 +0100
http://bitbucket.org/pypy/pypy/changeset/2def17020fa9/

Log:	Translation fix

diff --git a/pypy/module/thread/os_lock.py b/pypy/module/thread/os_lock.py
--- a/pypy/module/thread/os_lock.py
+++ b/pypy/module/thread/os_lock.py
@@ -8,6 +8,7 @@
 from pypy.interpreter.baseobjspace import W_Root
 from pypy.interpreter.gateway import interp2app, unwrap_spec
 from pypy.interpreter.typedef import TypeDef
+from pypy.interpreter.error import OperationError
 from rpython.rlib.rarithmetic import r_longlong
 
 


More information about the pypy-commit mailing list