This commit is contained in:
Michael Davidsaver
2013-05-22 11:02:46 -04:00
parent 098a5fef61
commit 6a3609f3ce
2 changed files with 11 additions and 11 deletions

View File

@@ -56,7 +56,6 @@ class StoppableThread(threading.Thread):
class Worker(threading.Thread):
"""A threaded work queue.
>>> w = Worker()
>>> w = Worker()
>>> w.start()
>>> w.join()