summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2004-10-19 18:22:16 +0000
committerNarayan Desai <desai@mcs.anl.gov>2004-10-19 18:22:16 +0000
commit020b4e9d2fe258d73b22f5f3c93a9675393e8628 (patch)
treec8868eb3df498de9cd4cbf77c9af23218e968636
parent65085ba9f4e6d6ad05b2759926f8e766fd70629f (diff)
downloadbcfg2-020b4e9d2fe258d73b22f5f3c93a9675393e8628.tar.gz
bcfg2-020b4e9d2fe258d73b22f5f3c93a9675393e8628.tar.bz2
bcfg2-020b4e9d2fe258d73b22f5f3c93a9675393e8628.zip
add debconf
2004/10/19 13:21:29-05:00 anl.gov!desai updates from pylint (Logical change 1.100) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@457 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Generators/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/Server/Generators/__init__.py b/src/lib/Server/Generators/__init__.py
index 4ca11c296..c8bfd7dee 100644
--- a/src/lib/Server/Generators/__init__.py
+++ b/src/lib/Server/Generators/__init__.py
@@ -1,3 +1,6 @@
# $Id: $
-all = ['account', 'cfg', 'fstab', 'myri', 'pkgmgr', 'servicemgr', 'sshbase']
+'''This is the skeleton file that describes all generators'''
+__revision__ = '$Revision$'
+
+all = ['Chiba', 'Debconf', 'account', 'cfg', 'myri', 'pkgmgr', 'servicemgr', 'sshbase']