def __init__(self, *args): self.version = "iegrab/0.1" self.open = self.iegrab apply(urllib.URLopener.__init__, (self,) + args)