Commit c639799a by Brian Wilson

fix missing import

parent bb7bc888
...@@ -2,6 +2,7 @@ from mock import MagicMock ...@@ -2,6 +2,7 @@ from mock import MagicMock
import json import json
from django.http import Http404, HttpResponse from django.http import Http404, HttpResponse
from django.core.urlresolvers import reverse
from django.conf import settings from django.conf import settings
from django.test import TestCase from django.test import TestCase
from django.test.client import RequestFactory from django.test.client import RequestFactory
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment