Add outputter function to loader

This commit is contained in:
Thomas S Hatch 2012-10-24 12:46:17 -06:00
parent 90f234578a
commit da46c236b3

View File

@ -111,6 +111,14 @@ def tops(opts):
return load.filter_func('top')
def outputters(opts):
'''
Returns the returner modules
'''
load = _create_loader(opts, 'output', 'output')
return load.filter_func('output')
def auth(opts):
'''
Returns the returner modules