summaryrefslogtreecommitdiff
path: root/django/contrib/comments/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/comments/urls.py')
-rw-r--r--django/contrib/comments/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/urls.py b/django/contrib/comments/urls.py
index d9037799dd..69a022288b 100644
--- a/django/contrib/comments/urls.py
+++ b/django/contrib/comments/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url
urlpatterns = patterns('django.contrib.comments.views',
url(r'^post/$', 'comments.post_comment', name='comments-post-comment'),