summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/__init__.py
blob: bc89db87e8e4262ceaa684e879d6c1135ec383d1 (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"]