diff options
| author | Barry Warsaw | 2014-10-11 22:43:07 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2014-10-11 22:43:07 -0400 |
| commit | 24e0cf6a5971454c21145d7af319fe5e15de7839 (patch) | |
| tree | 7ae85b79078d0c2255f3c3c43e6f5a0e29135237 /src/mailman/database/base.py | |
| parent | 061799ef5031977bd343bbe54a6ad809138bdb45 (diff) | |
| download | mailman-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.py | 1 |
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. |
