summaryrefslogtreecommitdiffstats
path: root/Lib/dummy_threading.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/dummy_threading.py')
-rw-r--r--Lib/dummy_threading.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/dummy_threading.py b/Lib/dummy_threading.py
index 4d0b744..48f7c4c 100644
--- a/Lib/dummy_threading.py
+++ b/Lib/dummy_threading.py
@@ -46,7 +46,7 @@ try:
held__threading_local = sys_modules['_threading_local']
holding__threading_local = True
del sys_modules['_threading_local']
-
+
import threading
# Need a copy of the code kept somewhere...
sys_modules['_dummy_threading'] = sys_modules['threading']