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. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 78787ed06..c516d744d 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,7 @@ case second `m'. Any other spelling is incorrect.""", 'mock', 'nose2', 'passlib', + 'six', 'sqlalchemy', 'zope.component', 'zope.configuration', -- cgit v1.2.3-70-g09d2