From 9c2b2384ff34cf294ddedcbd8ca4b33d22827721 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Wed, 23 Apr 2008 15:00:11 +0000 Subject: [PATCH] pgq.event: forgot to export EV_UNTAGGED --- python/pgq/event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5