From b3579681d5b25226a9158c9f1c2912a4cb2288cb Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 20 Jul 2012 22:12:04 -0400 Subject: Get test suite completely working: - migrations.rst needs to handle new standard migration - Add ResetHelper() to refactor out common migration test cooperation. - Handle temporary database. - Fix some attribute names. --- src/mailman/database/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/database/base.py') diff --git a/src/mailman/database/base.py b/src/mailman/database/base.py index 55dee2068..80c62658e 100644 --- a/src/mailman/database/base.py +++ b/src/mailman/database/base.py @@ -156,7 +156,7 @@ class StormBaseDatabase: parent, dot, child = migrations_path.rpartition('.') else: parent = migrations_path - child ='' + child = '' # If the database does not yet exist, load the base schema. filenames = sorted(resource_listdir(parent, child)) # Find out which schema migrations have already been loaded. -- cgit v1.2.3-70-g09d2