def view(input_path): """ Obtain information about the app """ try: return archive.view(input_path) except exceptions.NotSignable as e: raise NotSignable(e)
def view(input_path): try: return archive.view(input_path) except exceptions.NotSignable as e: raise NotSignable(e)