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