Removed unneeded smart_bytes import which was introduced in f2fff84bc.

This commit is contained in:
Florian Apolloner 2012-08-15 17:33:21 +02:00
parent 4e17f4589a
commit 518af78e21
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ import tempfile
from django.conf import settings
from django.contrib.sessions.backends.base import SessionBase, CreateError
from django.core.exceptions import SuspiciousOperation, ImproperlyConfigured
from django.utils.encoding import smart_bytes
class SessionStore(SessionBase):