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

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