From 24f4764a48e4141923a78c8820e4cd7b411ec0fc Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 13 Jul 2011 09:35:51 +0000 Subject: Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/multiple_database/models.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/regressiontests/multiple_database') diff --git a/tests/regressiontests/multiple_database/models.py b/tests/regressiontests/multiple_database/models.py index ce71828700..8146c57ccb 100644 --- a/tests/regressiontests/multiple_database/models.py +++ b/tests/regressiontests/multiple_database/models.py @@ -1,4 +1,3 @@ -from django.conf import settings from django.contrib.auth.models import User from django.contrib.contenttypes.models import ContentType from django.contrib.contenttypes import generic -- cgit v1.3