blob: e94e767e0cd16ed9f8b0708fab8d5c94f64a14d4 [file] [log] [blame]
# Copyright 2005-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
doc = """Check and clean the config tracker list for uninstalled packages."""
__doc__ = doc
module_spec = {
'name': 'config',
'description': doc,
'provides':{
'module1': {
'name': "cleanconfmem",
'sourcefile': "config",
'class': "CleanConfig",
'description': doc,
'functions': ['check', 'fix'],
'func_desc': {}
}
}
}