summaryrefslogtreecommitdiff
path: root/tests/regressiontests/comment_tests/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/comment_tests/urls.py')
-rw-r--r--tests/regressiontests/comment_tests/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/comment_tests/urls.py b/tests/regressiontests/comment_tests/urls.py
index a2a4d09c64..d1a4ec01c2 100644
--- a/tests/regressiontests/comment_tests/urls.py
+++ b/tests/regressiontests/comment_tests/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url
from django.contrib.comments.feeds import LatestCommentFeed
feeds = {