[pypy-commit] pypy split-rpython: Fixed missing rename

Aquana noreply at buildbot.pypy.org
Tue Jan 15 19:20:57 CET 2013


Author: Alexander Hesse <webmaster at aquanasoft.de>
Branch: split-rpython
Changeset: r60092:c0bac6429aa6
Date: 2013-01-15 18:11 +0100
http://bitbucket.org/pypy/pypy/changeset/c0bac6429aa6/

Log:	Fixed missing rename

diff --git a/pypy/module/thread/os_thread.py b/pypy/module/thread/os_thread.py
--- a/pypy/module/thread/os_thread.py
+++ b/pypy/module/thread/os_thread.py
@@ -3,7 +3,7 @@
 """
 
 import os
-from pypy.module.thread import ll_thread as thread
+from rpython.rlib import rthread as thread
 from pypy.module.thread.error import wrap_thread_error
 from pypy.interpreter.error import OperationError, operationerrfmt
 from pypy.interpreter.gateway import unwrap_spec, Arguments


More information about the pypy-commit mailing list