summaryrefslogtreecommitdiff
path: root/tests/thread/stress_heap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/thread/stress_heap.py')
-rw-r--r--tests/thread/stress_heap.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/thread/stress_heap.py b/tests/thread/stress_heap.py
index 2ad91ae14..dec65c7ce 100644
--- a/tests/thread/stress_heap.py
+++ b/tests/thread/stress_heap.py
@@ -3,10 +3,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