diff options
Diffstat (limited to 'Demo/threads/Generator.py')
| -rw-r--r-- | Demo/threads/Generator.py | 2 |
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' |
