1 2 3 4 5 6 7 8
#!/usr/bin/python -tt from mic.pluginbase import BackendPlugin class Yum(BackendPlugin): name = 'yumtest' def __init__(self): pass