diff options
author | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-06 07:04:45 +0100 |
---|---|---|
committer | Alexander Hesse <webmaster@aquanasoft.de> | 2013-01-06 07:04:45 +0100 |
commit | a742a34eb25e6a37c2cc39bbb7807ff2e284c425 (patch) | |
tree | 043bf41ee724dfd65d68695727873d97e2bfdce1 /pypy | |
parent | Moved rpython tests to rpython (diff) | |
download | pypy-a742a34eb25e6a37c2cc39bbb7807ff2e284c425.tar.gz pypy-a742a34eb25e6a37c2cc39bbb7807ff2e284c425.tar.bz2 pypy-a742a34eb25e6a37c2cc39bbb7807ff2e284c425.zip |
Fixed test_gil
Diffstat (limited to 'pypy')
-rw-r--r-- | pypy/module/thread/test/test_gil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pypy/module/thread/test/test_gil.py b/pypy/module/thread/test/test_gil.py index d7bd8e1d35..c00468e2bf 100644 --- 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 |