Removed trailing whitespace in django/contrib/sessions/backends/base.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6388 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-09-20 04:35:03 +00:00
parent 3db846cdb5
commit 79dead9a24
1 changed files with 7 additions and 9 deletions

View File

@ -16,7 +16,6 @@ class SessionBase(object):
""" """
Base class for all Session classes. Base class for all Session classes.
""" """
TEST_COOKIE_NAME = 'testcookie' TEST_COOKIE_NAME = 'testcookie'
TEST_COOKIE_VALUE = 'worked' TEST_COOKIE_VALUE = 'worked'
@ -145,4 +144,3 @@ class SessionBase(object):
Loads the session data and returns a dictionary. Loads the session data and returns a dictionary.
""" """
raise NotImplementedError raise NotImplementedError