Reindent properly.
This commit is contained in:
parent
cef1f83c71
commit
1bb8109fe3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue