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