示例#1
0
def find_commands():
    return get_configs("commands")
示例#2
0
文件: dputng.py 项目: Debian/dput-ng
def get_sections():
    """
    Get all profiles we know about.
    """
    return get_configs('profiles')
示例#3
0
def find_commands():
    return get_configs('commands')