aboutsummaryrefslogtreecommitdiffstats
path: root/examples/blogpost/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blogpost/tests.py')
-rw-r--r--examples/blogpost/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/blogpost/tests.py b/examples/blogpost/tests.py
index d4084e72..9b9a682f 100644
--- a/examples/blogpost/tests.py
+++ b/examples/blogpost/tests.py
@@ -1,6 +1,7 @@
"""Test a range of REST API usage of the example application.
"""
+from django.core.urlresolvers import reverse
from django.test import TestCase
from django.core.urlresolvers import reverse
from django.utils import simplejson as json