From f14553a78083909b31e37a7454258e9ad367e0ae Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 26 Aug 2009 22:29:20 -0400 Subject: Replace the message_store instance on the database with an IMessageStore utility. --- src/mailman/interfaces/database.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mailman/interfaces/database.py') diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py index 2cf56e800..19f1d95f0 100644 --- a/src/mailman/interfaces/database.py +++ b/src/mailman/interfaces/database.py @@ -84,8 +84,5 @@ class IDatabase(Interface): def abort(): """Abort the current transaction.""" - message_store = Attribute( - """The IMessageStore instance provided by the database layer.""") - pendings = Attribute( """The IPending instance provided by the database layer.""") -- cgit v1.2.3-70-g09d2