commit | f6c1b9423e2ce828c2101bfe89e97bd6628ce03a | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Tue Oct 12 12:26:30 2021 -0400 |
committer | GitHub <noreply@github.com> | Tue Oct 12 12:26:30 2021 -0400 |
tree | 7906bf359c1d5ace99a72b1fbffd1584cbede1ca | |
parent | 1c9dcfd348b6601c1c5ff0f4f71aee262256377e [diff] [blame] |
tests: drop use of 'unittest2' (#1564)
diff --git a/tests/test_errors.py b/tests/test_errors.py index 955526f..7a2cfde 100644 --- a/tests/test_errors.py +++ b/tests/test_errors.py
@@ -21,7 +21,7 @@ __author__ = "afshar@google.com (Ali Afshar)" -import unittest2 as unittest +import unittest import httplib2