def __init__(self): self.cj = MozillaCookieJar() self.opener = request.build_opener( request.HTTPCookieProcessor(self.cj)) self.threadPool = Pool(processes=10)