Remove unused imports

(imported from commit 9e3050c72a2d1137b9096c6cfa1c3945341b9a56)
This commit is contained in:
Scott Feeney
2013-06-27 14:03:51 -04:00
parent 6144f18101
commit 83cd963c49
53 changed files with 27 additions and 108 deletions

View File

@@ -2,11 +2,9 @@ from __future__ import absolute_import
from optparse import make_option
from django.core.management.base import BaseCommand
from confirmation.models import Confirmation
from zephyr.models import get_user_profile_by_email, UserMessage
from zephyr.views import get_old_messages_backend
import cProfile
import time
import logging
from zephyr.middleware import LogRequests