Remove unused imports in zephyr/lib/.

(imported from commit 54fa64f34d29ede939d18f3834249b7bff4490e5)
This commit is contained in:
Jessica McKellar
2013-05-31 11:20:51 -04:00
parent bd5bc4fcf7
commit 83a8ed048f
4 changed files with 2 additions and 7 deletions

View File

@@ -13,7 +13,6 @@ from zephyr.lib.cache import cache_with_key, djcache, message_cache_key, \
from django.utils.importlib import import_module
from django.contrib.sessions.models import Session
import logging
from django.db import connection
from django.db.models import Q
MESSAGE_CACHE_SIZE = 75000