Skip to content

Commit 627bdea

Browse files
Fixed import bug
1 parent 250fa97 commit 627bdea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_using.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def _():
168168
self.fail()
169169

170170
def test_thread_creation(self):
171-
from threading import PyronaThread as T
171+
from using import PyronaThread as T
172172

173173
class Mutable: pass
174174
self.assertRaises(RuntimeError, T, kwargs = { 'target' : print, 'args' : (Mutable(),) })

0 commit comments

Comments
 (0)