[pypy-commit] pypy default: merge heads

arigo noreply at buildbot.pypy.org
Sun Feb 23 09:09:44 CET 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r69280:584db7c5330f
Date: 2014-02-23 09:09 +0100
http://bitbucket.org/pypy/pypy/changeset/584db7c5330f/

Log:	merge heads

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