예제 #1
0
파일: gpg.py 프로젝트: wdmapp/spack
def gpg_untrust(args):
    """remove a key from the keyring"""
    Gpg.untrust(args.signing, *args.keys)
예제 #2
0
파일: gpg.py 프로젝트: matz-e/spack
def gpg_untrust(args):
    Gpg.untrust(args.signing, *args.keys)