diff options
| author | Barry Warsaw | 2016-01-26 15:32:19 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-01-26 15:32:19 -0500 |
| commit | 802ce668e67f51f904c69fdab2f5565a73c15e8a (patch) | |
| tree | 8ec85559627422b0b13b520cacdc8a776aeee640 /src/mailman/database/postgresql.py | |
| parent | 57a07393e984dbbc356bc05f0c6801ffe1536b47 (diff) | |
| download | mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.gz mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.tar.zst mailman-802ce668e67f51f904c69fdab2f5565a73c15e8a.zip | |
Diffstat (limited to 'src/mailman/database/postgresql.py')
| -rw-r--r-- | src/mailman/database/postgresql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/database/postgresql.py b/src/mailman/database/postgresql.py index 693e7c925..a83119f66 100644 --- a/src/mailman/database/postgresql.py +++ b/src/mailman/database/postgresql.py @@ -37,7 +37,7 @@ class PostgreSQLDatabase(SABaseDatabase): Reset the <tablename>_id_seq.last_value so that primary key ids restart from zero for new tests. """ - super(PostgreSQLDatabase, self)._post_reset(store) + super()._post_reset(store) tables = reversed(Model.metadata.sorted_tables) # Recipe adapted from # http://stackoverflow.com/questions/544791/ |
