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