Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r59804:8f81efec234f Date: 2013-01-06 07:04 +0100 http://bitbucket.org/pypy/pypy/changeset/8f81efec234f/
Log: Fixed test_gil diff --git a/pypy/module/thread/test/test_gil.py b/pypy/module/thread/test/test_gil.py --- a/pypy/module/thread/test/test_gil.py +++ b/pypy/module/thread/test/test_gil.py @@ -1,6 +1,6 @@ import time from pypy.module.thread import gil -from pypy.module.thread.test import test_rthread +from rpython.rlib.test import test_rthread from rpython.rlib import rthread as thread from rpython.rlib.objectmodel import we_are_translated _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
