Whitespace normalization.

This commit is contained in:
Tim Peters 2003-06-15 23:26:30 +00:00
parent cda32b7d1d
commit f545baa0cc
7 changed files with 11 additions and 12 deletions

View file

@ -412,7 +412,7 @@ class BaseHandler:
# classes which are not aware of handler_order).
return True
return self.handler_order < other.handler_order
class HTTPDefaultErrorHandler(BaseHandler):
def http_error_default(self, req, fp, code, msg, hdrs):