From 67315dbbeb781921c7eb530b996e1020ad84e91b Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 23 Sep 2014 08:58:38 -0400 Subject: Since we don't have migrations, we don't need the ITemporaryDatabase stuff, nor do we need the TAG mechanism. We also don't need load_sql() or load_migrations(). --- src/mailman/database/postgresql.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman/database/postgresql.py') diff --git a/src/mailman/database/postgresql.py b/src/mailman/database/postgresql.py index 1ee454074..bdc3c930c 100644 --- a/src/mailman/database/postgresql.py +++ b/src/mailman/database/postgresql.py @@ -40,8 +40,6 @@ from mailman.testing.helpers import configuration class PostgreSQLDatabase(SABaseDatabase): """Database class for PostgreSQL.""" - TAG = 'postgres' - def _database_exists(self, store): """See `BaseDatabase`.""" table_query = ('SELECT table_name FROM information_schema.tables ' -- cgit v1.2.3-70-g09d2