summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bgproc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bgproc.py b/bgproc.py
index 8339230..9b4462d 100644
--- a/bgproc.py
+++ b/bgproc.py
@@ -19,6 +19,9 @@ import Queue
import time
+version = '0.0'
+
+
def worker(func, requests, results): # pragma: no cover
while True:
item = requests.get()