diff options
Diffstat (limited to 'tests/thread/thread_exit2.py')
-rw-r--r-- | tests/thread/thread_exit2.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/thread/thread_exit2.py b/tests/thread/thread_exit2.py index 5be7945db2..630b664758 100644 --- a/tests/thread/thread_exit2.py +++ b/tests/thread/thread_exit2.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 |