From d9253a0c0fcc11088c0c0208721fb0f7cbef59bf Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Thu, 15 Mar 2012 15:25:39 -0400 Subject: [PATCH] remove unnecessary settings import --HG-- branch : cache_separation --- util/cache.py | 1 - 1 file changed, 1 deletion(-) diff --git a/util/cache.py b/util/cache.py index 1a01b3d7fd..b0c370a035 100644 --- a/util/cache.py +++ b/util/cache.py @@ -6,7 +6,6 @@ Note that 'default' is being preserved for user session caching, which we're not migrating so as not to inconvenience users by logging them all out. """ from django.core import cache -import settings # If we can't find a 'general' CACHE defined in settings.py, we simply fall back # to returning the default cache. This will happen with dev machines.