Commit a3b2136b authored by Carl Meyer's avatar Carl Meyer
Browse files

Remove an outdated import inadvertently introduced in tests.

parent c4aa26a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from django.conf.urls.defaults import *
from django.conf.urls import patterns, include

urlpatterns = patterns('',
    (r'^', include('django.contrib.comments.urls')),