summaryrefslogtreecommitdiff
path: root/python/pgq/event.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pgq/event.py')
-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