Skip to content

Commit

Permalink
We have always been at war with 'import *'.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
carljm committed Feb 3, 2011
1 parent f77d81d commit a158873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/project_template/urls.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a158873

Please sign in to comment.