From fd10c3ae1e501020c40909e16e264f146f2e39f4 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Mon, 27 Feb 2006 05:15:46 +0000 Subject: [PATCH] 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 --- django/template/loader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/template/loader.py b/django/template/loader.py index 6af9288c55..8339e48969 100644 --- a/django/template/loader.py +++ b/django/template/loader.py @@ -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