From a158873488b06077f65fce35e9ea57658a64c872 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 3 Feb 2011 04:55:43 +0000 Subject: [PATCH] We have always been at war with 'import *'. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15401 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/project_template/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/project_template/urls.py b/django/conf/project_template/urls.py index 3d0ff636a5..e77dd86e16 100644 --- a/django/conf/project_template/urls.py +++ b/django/conf/project_template/urls.py @@ -1,4 +1,4 @@ -from django.conf.urls.defaults import * +from django.conf.urls.defaults import patterns, include # Uncomment the next two lines to enable the admin: # from django.contrib import admin