summaryrefslogtreecommitdiff
path: root/src/mailman/database/base.py
diff options
context:
space:
mode:
authorBarry Warsaw2014-10-11 22:43:07 -0400
committerBarry Warsaw2014-10-11 22:43:07 -0400
commit24e0cf6a5971454c21145d7af319fe5e15de7839 (patch)
tree7ae85b79078d0c2255f3c3c43e6f5a0e29135237 /src/mailman/database/base.py
parent061799ef5031977bd343bbe54a6ad809138bdb45 (diff)
downloadmailman-24e0cf6a5971454c21145d7af319fe5e15de7839.tar.gz
mailman-24e0cf6a5971454c21145d7af319fe5e15de7839.tar.zst
mailman-24e0cf6a5971454c21145d7af319fe5e15de7839.zip
Diffstat (limited to 'src/mailman/database/base.py')
-rw-r--r--src/mailman/database/base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py
index dcaedade0..2f69ed6ad 100644
--- a/src/mailman/database/base.py
+++ b/src/mailman/database/base.py
@@ -99,7 +99,6 @@ class SABaseDatabase:
# alembic_version table.
command.stamp(alembic_cfg, 'head')
-
def initialize(self, debug=None):
"""See `IDatabase`."""
# Calculate the engine url.