From a742a34eb25e6a37c2cc39bbb7807ff2e284c425 Mon Sep 17 00:00:00 2001 From: Alexander Hesse Date: Sun, 6 Jan 2013 07:04:45 +0100 Subject: Fixed test_gil --- pypy/module/thread/test/test_gil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pypy') 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 -- cgit v1.2.3-65-gdbad