summaryrefslogtreecommitdiff
path: root/testapp/exam/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/urls.py')
-rw-r--r--testapp/exam/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/urls.py b/testapp/exam/urls.py
index e32b7e1..f7a7c54 100644
--- a/testapp/exam/urls.py
+++ b/testapp/exam/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import *
urlpatterns = patterns('testapp.exam.views',
url(r'^$', 'index'),