Kaydet (Commit) 79dead9a authored tarafından Adrian Holovaty's avatar Adrian Holovaty

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
üst 3db846cd
...@@ -16,7 +16,6 @@ class SessionBase(object): ...@@ -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): ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment