summaryrefslogtreecommitdiff
path: root/tests/thread/thread_qstr1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/thread_qstr1.py')
-rw-r--r--tests/thread/thread_qstr1.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/thread/thread_qstr1.py b/tests/thread/thread_qstr1.py
index 14f5b6be6..f184d2a58 100644
--- a/tests/thread/thread_qstr1.py
+++ b/tests/thread/thread_qstr1.py
@@ -2,10 +2,7 @@
#
# MIT license; Copyright (c) 2016 Damien P. George on behalf of Pycom Ltd
-try:
- import utime as time
-except ImportError:
- import time
+import time
import _thread