def ExtendPath(self): self.path = pkgutil.extend_path(self.path, self.name) if self.parent is not None: self.parent.ExtendPath()