def downloadSource(self): download_file = URLopener() download_file.retrieve(self.__url, self.__filename) self.__sourceAvailable = True