コード例 #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)