commit | 497a90f67d9ffd5403690590d6924eeac0c941d4 | [log] [tgz] |
---|---|---|
author | Pat Ferate <pferate+github@gmail.com> | Mon Mar 09 09:52:54 2015 -0700 |
committer | Pat Ferate <pferate+github@gmail.com> | Mon Mar 09 09:52:54 2015 -0700 |
tree | 10d899162865b4b8b5ba3923ecc0695db93bf4d5 | |
parent | 48195c5d0bf0a35bd8a8dcf43f936724c40dbca1 [diff] [blame] |
Using unittest2 in place of unittest Used for Python 2.6 compatibility in testing.
diff --git a/tests/test_errors.py b/tests/test_errors.py index 0cef892..9af8490 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py
@@ -21,7 +21,7 @@ __author__ = 'afshar@google.com (Ali Afshar)' -import unittest +import unittest2 as unittest import httplib2