示例#1
0
文件: isign.py 项目: darmie/isign
def view(input_path):
    """ Obtain information about the app """
    try:
        return archive.view(input_path)
    except exceptions.NotSignable as e:
        raise NotSignable(e)
示例#2
0
文件: isign.py 项目: asionius/isign
def view(input_path):
    try:
        return archive.view(input_path)
    except exceptions.NotSignable as e:
        raise NotSignable(e)
示例#3
0
文件: isign.py 项目: 0x5e/isign
def view(input_path):
    try:
        return archive.view(input_path)
    except exceptions.NotSignable as e:
        raise NotSignable(e)
示例#4
0
文件: isign.py 项目: lianz/isign
def view(input_path):
    """ Obtain information about the app """
    try:
        return archive.view(input_path)
    except exceptions.NotSignable as e:
        raise NotSignable(e)