mirror of
https://github.com/django/django.git
synced 2025-06-10 05:59:13 +00:00
Remove an outdated import inadvertently introduced in tests.
This commit is contained in:
parent
c4aa26a983
commit
a3b2136b28
@ -1,4 +1,4 @@
|
|||||||
from django.conf.urls.defaults import *
|
from django.conf.urls import patterns, include
|
||||||
|
|
||||||
urlpatterns = patterns('',
|
urlpatterns = patterns('',
|
||||||
(r'^', include('django.contrib.comments.urls')),
|
(r'^', include('django.contrib.comments.urls')),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user