def __init__(self, ctx, DocumentRoot, *args): self._ctx = ctx self.DocumentRoot = DocumentRoot BaseHTTPServer.BaseHTTPRequestHandler.__init__(self, *args)