From 44e43727be13e3554342c2b5b75b7dc42abdb18c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 30 Nov 2014 21:51:03 -0500 Subject: Checkpointing. By using `six` I think I have most of the imports squared away. There's probably still uses of `unicode` built-ins that need fixing. The idea is to first get the test suite running (which it doesn't yet), and then to fix tests. There's a bug in lazr.config which requires us to patch it for now. --- src/mailman/database/sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/database/sqlite.py') diff --git a/src/mailman/database/sqlite.py b/src/mailman/database/sqlite.py index db7860390..8540846e1 100644 --- a/src/mailman/database/sqlite.py +++ b/src/mailman/database/sqlite.py @@ -28,7 +28,7 @@ __all__ = [ import os from mailman.database.base import SABaseDatabase -from urlparse import urlparse +from six.moves.urllib_parse import urlparse -- cgit v1.2.3-70-g09d2