diff options
Diffstat (limited to 'src/mailman/interfaces/pending.py')
| -rw-r--r-- | src/mailman/interfaces/pending.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/interfaces/pending.py b/src/mailman/interfaces/pending.py index c921123de..d71322e77 100644 --- a/src/mailman/interfaces/pending.py +++ b/src/mailman/interfaces/pending.py @@ -37,6 +37,8 @@ from zope.interface import Interface, Attribute class IPendable(Interface): """A pendable object.""" + PEND_TYPE = Attribute("""The type of this pendable.""") + def keys(): """The keys of the pending event data, all of which are strings.""" |
