mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Remove an outdated import inadvertently introduced in tests.
This commit is contained in:
parent
c4aa26a983
commit
a3b2136b28
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
from django.conf.urls.defaults import *
|
||||
from django.conf.urls import patterns, include
|
||||
|
||||
urlpatterns = patterns('',
|
||||
(r'^', include('django.contrib.comments.urls')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue