summaryrefslogtreecommitdiffstats
path: root/Demo/threads/Generator.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/threads/Generator.py')
-rw-r--r--Demo/threads/Generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/threads/Generator.py b/Demo/threads/Generator.py
index 0cc1bda..38c0c8a 100644
--- a/Demo/threads/Generator.py
+++ b/Demo/threads/Generator.py
@@ -1,6 +1,6 @@
# Generator implementation using threads
-import thread
+import _thread as thread
Killed = 'Generator.Killed'