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

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