1
0
Files
python-django-rest-framewor…/python-django-rest-framework-client-no-mock.patch

14 lines
375 B
Diff
Raw Permalink Normal View History

Index: django-rest-framework-client-0.10.0/tests/api.py
===================================================================
--- django-rest-framework-client-0.10.0.orig/tests/api.py
+++ django-rest-framework-client-0.10.0/tests/api.py
@@ -2,7 +2,7 @@ import json
import sys
import unittest
-import mock
+from unittest import mock
import requests
import requests_mock