Ahenk/usr/share/ahenk/plugins/user-privilege/main.py

17 lines
330 B
Python
Raw Normal View History

#!/usr/bin/python3
# -*- coding: utf-8 -*-
def info():
inf = dict()
inf['name'] = 'user-privilege'
inf['version'] = '1.0.0'
inf['support'] = 'debian'
inf['description'] = ''
inf['task'] = False
inf['user_oriented'] = True
inf['machine_oriented'] = False
inf['developer'] = ''
return inf