summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/__init__.py
blob: 36d6596d4fc708664d922d0c38ae91c8a23c8805 (plain)
1
2
3
4
5
6
# $Id$
'''This is the set of modules for Bcfg2.Server'''

__revision__ = '$Revision$'
__all__ = ["Component", "Core", "Plugin", "Plugins", "Statistics", "Hostbase", "Reports"]