aboutsummaryrefslogtreecommitdiff
path: root/pypy
diff options
context:
space:
mode:
Diffstat (limited to 'pypy')
-rw-r--r--pypy/module/thread/test/test_gil.py2
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