diff options
| author | Barry Warsaw | 2007-08-02 10:47:56 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2007-08-02 10:47:56 -0400 |
| commit | ec734fab4791c107610caf73931e570b2d1b6bd0 (patch) | |
| tree | 72f27a494449a58b671ad39e5315cee5c29f64c2 /Mailman/interfaces/database.py | |
| parent | b2ce38ca3bf73010794860e969f6006ce632f151 (diff) | |
| download | mailman-ec734fab4791c107610caf73931e570b2d1b6bd0.tar.gz mailman-ec734fab4791c107610caf73931e570b2d1b6bd0.tar.zst mailman-ec734fab4791c107610caf73931e570b2d1b6bd0.zip | |
Diffstat (limited to 'Mailman/interfaces/database.py')
| -rw-r--r-- | Mailman/interfaces/database.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mailman/interfaces/database.py b/Mailman/interfaces/database.py index 86bd54ce6..23405b9e8 100644 --- a/Mailman/interfaces/database.py +++ b/Mailman/interfaces/database.py @@ -49,3 +49,6 @@ class IDatabase(Interface): message_store = Attribute( """The IMessageStore instance provided by the database layer.""") + + pendings = Attribute( + """The IPending instance provided by the database layer.""") |
