From fc7e14405afd9a89ae1b6cc8cabd861ec4e72ee8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 25 Jul 2012 21:50:42 -0400 Subject: Fix resetting PostgreSQL databases, thus making the full test suite pass with them. --- src/mailman/database/sqlite.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman/database/sqlite.py') diff --git a/src/mailman/database/sqlite.py b/src/mailman/database/sqlite.py index 199feed9e..305fa006e 100644 --- a/src/mailman/database/sqlite.py +++ b/src/mailman/database/sqlite.py @@ -26,8 +26,6 @@ __all__ = [ import os -import shutil -import tempfile from urlparse import urlparse -- cgit v1.2.3-70-g09d2