コード例 #1
0
ファイル: repo.py プロジェクト: alexcrichton/snapcraft
def check_for_command(command):
    if not shutil.which(command):
        raise MissingCommandError([command])