mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Use multi-line import
This commit is contained in:
parent
3294e9d2e7
commit
33ad28b68d
7 changed files with 26 additions and 26 deletions
|
@ -16,10 +16,10 @@ import types
|
|||
import re
|
||||
import sys
|
||||
|
||||
from SimpleXMLRPCServer import SimpleXMLRPCServer,\
|
||||
SimpleXMLRPCRequestHandler,\
|
||||
CGIXMLRPCRequestHandler,\
|
||||
resolve_dotted_attribute
|
||||
from SimpleXMLRPCServer import (SimpleXMLRPCServer,
|
||||
SimpleXMLRPCRequestHandler,
|
||||
CGIXMLRPCRequestHandler,
|
||||
resolve_dotted_attribute)
|
||||
|
||||
class ServerHTMLDoc(pydoc.HTMLDoc):
|
||||
"""Class used to generate pydoc HTML document for a server"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue