Reindent properly.

This commit is contained in:
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 2016-06-03 00:16:02 +00:00
parent cef1f83c71
commit 1bb8109fe3
1 changed files with 74 additions and 76 deletions

View File

@ -540,9 +540,7 @@ class UDPServer(TCPServer):
pass
if hasattr(os, "fork"):
# Non-standard indentation on this statement to avoid reindenting the body.
class ForkingMixIn:
"""Mix-in class to handle each request in a new process."""
timeout = 300