diff options
| author | Barry Warsaw | 2012-07-25 17:48:47 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2012-07-25 17:48:47 -0400 |
| commit | c15688eb88db81340a7602093134e10e8927b2fc (patch) | |
| tree | 11fc83bf64a436fd39492441e3383a109b02d867 /src/mailman/database/base.py | |
| parent | 3ecb13338d36f7f4bccb609bdb2d54ff11359f8f (diff) | |
| download | mailman-c15688eb88db81340a7602093134e10e8927b2fc.tar.gz mailman-c15688eb88db81340a7602093134e10e8927b2fc.tar.zst mailman-c15688eb88db81340a7602093134e10e8927b2fc.zip | |
Diffstat (limited to 'src/mailman/database/base.py')
| -rw-r--r-- | src/mailman/database/base.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index af035914b..39ce017c5 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -233,13 +233,6 @@ class StormBaseDatabase: # is used by the test suite to reset the database between tests. store.add(Version(component=version, version=module_path)) - def _reset(self): - """See `IDatabase`.""" - from mailman.database.model import ModelMeta - self.store.rollback() - ModelMeta._reset(self.store) - self.store.commit() - @staticmethod def _make_temporary(): raise NotImplementedError |
