Commit f73cab78 authored by Aurel's avatar Aurel Committed by Aurel

CookieCrumbler: fix indentation of patching

parent 1ca53e87
...@@ -343,11 +343,11 @@ if 1: ...@@ -343,11 +343,11 @@ if 1:
return url return url
return None return None
CookieCrumbler.__call__ = __call__ CookieCrumbler.__call__ = __call__
CookieCrumbler._cleanupResponse = _cleanupResponse CookieCrumbler._cleanupResponse = _cleanupResponse
CookieCrumbler.unauthorized = unauthorized CookieCrumbler.unauthorized = unauthorized
CookieCrumbler._unauthorized = _unauthorized CookieCrumbler._unauthorized = _unauthorized
CookieCrumbler.getUnauthorizedURL = getUnauthorizedURL CookieCrumbler.getUnauthorizedURL = getUnauthorizedURL
### ###
......
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