def __init__(self, ctx, *args, **kwargs): self.ctx = ctx SimpleHTTPServer.SimpleHTTPRequestHandler.__init__( self, *args, **kwargs)