Author: Alexander Hesse <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
