Commit ff5364ac authored by Fred Drake's avatar Fred Drake

Whitespace cleanup; now passes the regression test (the last checkin made

it fail on a TabError (inconsistent tab/space usage)).

Removed a comment about including a test since there is a regression test
for this module.
parent 103d5268
......@@ -645,8 +645,6 @@ class BaseCookie(UserDict):
rval, cval = self.value_decode(V)
self.__set(K, rval, cval)
M = self[K]
return
# end __ParseString
# end BaseCookie class
......@@ -723,10 +721,6 @@ Cookie = SmartCookie
#
# should add a test routine?
#
#Local Variables:
#tab-width: 4
#end:
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