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