Remove some unused imports.

(imported from commit bb8311848ca24fbb1fb1b3df8f8b4403eb38ce1c)
This commit is contained in:
Jessica McKellar
2013-03-11 11:19:42 -04:00
parent 2314809d73
commit a8d6bd3322
2 changed files with 2 additions and 3 deletions

View File

@@ -4,10 +4,9 @@ from zephyr.lib.context_managers import lockfile
from zephyr.models import Realm, Stream, UserProfile, UserActivity, \
Subscription, Recipient, Message, UserMessage, \
DefaultStream, StreamColor, UserPresence, \
MAX_MESSAGE_LENGTH, get_client, get_display_recipient, get_stream
MAX_MESSAGE_LENGTH, get_client, get_stream
from django.db import transaction, IntegrityError
from zephyr.lib.initial_password import initial_password
from zephyr.lib.cache import cache_with_key
from zephyr.lib.timestamp import timestamp_to_datetime, datetime_to_timestamp
from zephyr.lib.message_cache import cache_save_message
from zephyr.lib.queue import SimpleQueueClient