summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-19 22:18:34 +0000
committerDaniel Joseph Barnhart Clark <dclark@pobox.com>2006-10-19 22:18:34 +0000
commit378f17765bce280d2d27b9c4d1f170308ba18695 (patch)
tree7cdb2e6e9d4a4a66be16fe490fbe3375aaa617af
parentf5ec4d1c4914aa88329663289aab92a6a3283dce (diff)
downloadbcfg2-378f17765bce280d2d27b9c4d1f170308ba18695.tar.gz
bcfg2-378f17765bce280d2d27b9c4d1f170308ba18695.tar.bz2
bcfg2-378f17765bce280d2d27b9c4d1f170308ba18695.zip
Remove __init__ based on (very useful, look at it if you need to debug
a tool) IRC chat with desai. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2449 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Client/Tools/Encap.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/Client/Tools/Encap.py b/src/lib/Client/Tools/Encap.py
index c255a59a7..4e9ef6c10 100644
--- a/src/lib/Client/Tools/Encap.py
+++ b/src/lib/Client/Tools/Encap.py
@@ -17,10 +17,6 @@ class Encap(Bcfg2.Client.Tools.PkgTool):
# If you define self.pkgtool and self.pkgname it will [use] the Pkgtool.Install
# method will do the installation stuff for you
- def __init__(self, logger, setup, config, states):
- Bcfg2.Client.Tools.PkgTool.__init__(self, logger, setup, config, states)
- self.installed = {}
-
def RefreshPackages(self):
'''Try to find encap packages'''
self.installed = {}