summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/__init__.py
blob: bd75f48ed7e88e34faa2ae7503bd5a2466621c7f (plain)
1
2
3
4
5
6
'''imports for Bcfg2.Server.Plugins'''
__revision__ = '$Revision$'

all = ['Account', 'Base', 'Bundler', 'Cfg', 'Hostbase', 'Metadata',
       'Pkgmgr', 'Rules', 'SSHbase', 'Svcmgr', 'TCheetah',
       'SGenshi', 'TGenshi', 'Vhost']