From 2b5ddaeb532b31ec9b8dad271caf0ce9df5bfe90 Mon Sep 17 00:00:00 2001 From: hvelarde Date: Thu, 31 Oct 2013 17:43:55 -0200 Subject: [PATCH] Import from unittest2 for testing compatibility with Python 2.6 --- src/collective/weather/tests/test_vocabularies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collective/weather/tests/test_vocabularies.py b/src/collective/weather/tests/test_vocabularies.py index e712a6b..f2f0aea 100644 --- a/src/collective/weather/tests/test_vocabularies.py +++ b/src/collective/weather/tests/test_vocabularies.py @@ -4,7 +4,7 @@ from zope.component import queryUtility from zope.schema.interfaces import IVocabularyFactory -import unittest +import unittest2 as unittest class VocabulariesTestCase(unittest.TestCase):