mirror of
https://github.com/zulip/zulip.git
synced 2025-10-22 20:42:14 +00:00
That's much more descriptive of what that value actually means about the Confirmation objects.
7 lines
168 B
Python
7 lines
168 B
Python
# Copyright: (c) 2008, Jarek Zgoda <jarek.zgoda@gmail.com>
|
|
|
|
__revision__ = "$Id: settings.py 12 2008-11-23 19:38:52Z jarek.zgoda $"
|
|
|
|
STATUS_USED = 1
|
|
STATUS_REVOKED = 2
|