def get_all_versions(): try: import platformupdate except ImportError: return [] return platformupdate.get_all_versions()