blob: dc5164a523136d6bf13477d32b266ee25677613a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- contrib/python/requests-mock/py3/tests/base.py (index)
+++ contrib/python/requests-mock/py3/tests/base.py (working tree)
@@ -10,8 +10,8 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
+import unittest
-class TestCase(testtools.TestCase):
+class TestCase(unittest.TestCase):
pass
|