def __init__(self, host, port): server_address = (host, port) HTTPServer.__init__(self, server_address, RequestHandler)