1
0
mirror of https://github.com/django/django.git synced 2025-04-16 13:24:38 +00:00

magic-removal: Removed duplicate import in django.template.loader

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-02-27 05:15:46 +00:00
parent 67a3d5207e
commit fd10c3ae1e

View File

@ -23,7 +23,6 @@
from django.core.exceptions import ImproperlyConfigured
from django.template import Origin, StringOrigin, Template, Context, TemplateDoesNotExist, add_to_builtins
from django.conf import settings
from django.conf import settings
template_source_loaders = None