pgq.event: forgot to export EV_UNTAGGED
authorMarko Kreen <markokr@gmail.com>
Wed, 23 Apr 2008 15:00:11 +0000 (15:00 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 23 Apr 2008 15:00:11 +0000 (15:00 +0000)
python/pgq/event.py

index 0f14298cd8966ee9e257a3f109e49eb7f9e68238..afaabbaf3e31f459b44be06c7f2a0e10d16ecc16 100644 (file)
@@ -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