diff options
| author | Barry Warsaw | 2009-08-26 22:29:20 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2009-08-26 22:29:20 -0400 |
| commit | f14553a78083909b31e37a7454258e9ad367e0ae (patch) | |
| tree | 0e2b8a90b233ffafa170db764349c7d215cc84f6 /src/mailman/interfaces/database.py | |
| parent | 9612486f46d88d2221349d12de9d61abb7bab39f (diff) | |
| download | mailman-f14553a78083909b31e37a7454258e9ad367e0ae.tar.gz mailman-f14553a78083909b31e37a7454258e9ad367e0ae.tar.zst mailman-f14553a78083909b31e37a7454258e9ad367e0ae.zip | |
Diffstat (limited to 'src/mailman/interfaces/database.py')
| -rw-r--r-- | src/mailman/interfaces/database.py | 3 |
1 files changed, 0 insertions, 3 deletions
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.""") |
