projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d94311
)
pgq.event: forgot to export EV_UNTAGGED
author
Marko Kreen
<markokr@gmail.com>
Wed, 23 Apr 2008 15:00:11 +0000
(15:00 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 23 Apr 2008 15:00:11 +0000
(15:00 +0000)
python/pgq/event.py
patch
|
blob
|
blame
|
history
diff --git
a/python/pgq/event.py
b/python/pgq/event.py
index 0f14298cd8966ee9e257a3f109e49eb7f9e68238..afaabbaf3e31f459b44be06c7f2a0e10d16ecc16 100644
(file)
--- 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