diff options
Diffstat (limited to 'src/mailman/interfaces/pending.py')
| -rw-r--r-- | src/mailman/interfaces/pending.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/interfaces/pending.py b/src/mailman/interfaces/pending.py index 7420fcdb2..222f0dfbf 100644 --- a/src/mailman/interfaces/pending.py +++ b/src/mailman/interfaces/pending.py @@ -95,5 +95,4 @@ class IPendings(Interface): def evict(): """Remove all pended items whose lifetime has expired.""" - def count(): - """The number of pendables in the pendings database.""" + count = Attribute('The number of pendables in the pendings database.') |
