blob: 9313451685899892e9295f8e4f8e6e1913fb5b77 (
plain)
1
2
3
4
5
6
|
# $Id$
'''This is the set of modules for Bcfg2.Server'''
__revision__ = '$Revision$'
__all__ = ["Admin", "Core", "FileMonitor", "Plugin", "Plugins",
"Hostbase", "Reports", "Snapshots"]
|