Skip to content

Commit

Permalink
Import from unittest2 for testing compatibility with Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hvelarde committed Oct 31, 2013
1 parent fbf9ef0 commit 2b5ddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collective/weather/tests/test_vocabularies.py
Expand Up @@ -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):
Expand Down

0 comments on commit 2b5ddae

Please sign in to comment.