summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-03-04 01:34:48 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-03-04 01:34:48 +0000
commit00a2aff4e25ac00c47c91722ecec635b245e9a1a (patch)
tree1b997b8abab3b5a20e542e1b318e5bfd41c2a4ee
parentf23298cf1b411f5d49f3db03389cf7e493952599 (diff)
downloadbcfg2-00a2aff4e25ac00c47c91722ecec635b245e9a1a.tar.gz
bcfg2-00a2aff4e25ac00c47c91722ecec635b245e9a1a.tar.bz2
bcfg2-00a2aff4e25ac00c47c91722ecec635b245e9a1a.zip
Add Snapshots to __init__
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5097 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Plugins/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/__init__.py b/src/lib/Server/Plugins/__init__.py
index 6382adbaf..798e395b2 100644
--- a/src/lib/Server/Plugins/__init__.py
+++ b/src/lib/Server/Plugins/__init__.py
@@ -3,5 +3,5 @@ __revision__ = '$Revision$'
__all__ = ['Account', 'Base', 'Bundler', 'Cfg', 'Decisions', 'GBundler', 'Git',
'Hostbase', 'Metadata', 'NagiosGen', 'Packages', 'Properties',
- 'Probes', 'Pkgmgr', 'Rules', 'SSHbase', 'Statistics', 'Svcmgr',
- 'Svn', 'TCheetah', 'SGenshi', 'TGenshi', 'Vhost']
+ 'Probes', 'Pkgmgr', 'Rules', 'SSHbase', 'Snapshots' 'Statistics',
+ 'Svcmgr', 'Svn', 'TCheetah', 'SGenshi', 'TGenshi', 'Vhost']