summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Kreen2008-04-23 15:00:11 +0000
committerMarko Kreen2008-04-23 15:00:11 +0000
commit9c2b2384ff34cf294ddedcbd8ca4b33d22827721 (patch)
tree2274b0be8ea4e64528cfae148c84f1ec0f58b9ff
parent5d9431106a4c591d51582224f7bc75345c48e1b1 (diff)
pgq.event: forgot to export EV_UNTAGGED
-rw-r--r--python/pgq/event.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pgq/event.py b/python/pgq/event.py
index 0f14298c..afaabbaf 100644
--- a/python/pgq/event.py
+++ b/python/pgq/event.py
@@ -2,7 +2,7 @@
"""PgQ event container.
"""
-__all__ = ['EV_RETRY', 'EV_DONE', 'EV_FAILED', 'Event']
+__all__ = ['EV_UNTAGGED', 'EV_RETRY', 'EV_DONE', 'EV_FAILED', 'Event']
# Event status codes
EV_UNTAGGED = -1