コード例 #1
0
ファイル: cmd_group.py プロジェクト: jubalfh/cog
def remove(ctx, cn):
    """remove group from directory"""
    group = Group(cn)
    group.remove()