예제 #1
0
파일: cmd_group.py 프로젝트: jubalfh/cog
def remove(ctx, cn):
    """remove group from directory"""
    group = Group(cn)
    group.remove()