def _load_info_plist(self): """Load workflow info from ``info.plist`` """ self._info = plistlib.readPlist(self._info_plist) self._info_loaded = True