summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/__init__.py
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-11-22 22:51:30 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-11-22 22:51:30 +0000
commitc75deeb47e2a50636c7db903978ffeef2b2babfc (patch)
treedc449ef55ddcbc755e12e3055e76099407462eff /src/lib/Server/Plugins/__init__.py
parent07da7055e7844a735a9b79507d0c2851a2249789 (diff)
downloadbcfg2-c75deeb47e2a50636c7db903978ffeef2b2babfc.tar.gz
bcfg2-c75deeb47e2a50636c7db903978ffeef2b2babfc.tar.bz2
bcfg2-c75deeb47e2a50636c7db903978ffeef2b2babfc.zip
Remove Chiba Plugin (It has been replaced using a TCheetah template)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2529 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib/Server/Plugins/__init__.py')
-rw-r--r--src/lib/Server/Plugins/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py
index 21351fe8f..f863fdce0 100644
--- a/src/lib/Server/Plugins/__init__.py
+++ b/src/lib/Server/Plugins/__init__.py
@@ -1,5 +1,5 @@
'''imports for Bcfg2.Server.Plugins'''
__revision__ = '$Revision$'
-all = ['Account', 'Base', 'Bundler', 'Cfg', 'Chiba', 'Hostbase', 'Metadata',
+all = ['Account', 'Base', 'Bundler', 'Cfg', 'Hostbase', 'Metadata',
'Pkgmgr', 'Rules', 'SSHbase', 'Svcmgr', 'Vhost']