diff options
| author | Joel Andres Granados <jgranado@redhat.com> | 2007-11-21 11:18:05 +0100 |
|---|---|---|
| committer | Joel Andres Granados <jgranado@redhat.com> | 2007-11-21 11:18:05 +0100 |
| commit | 25aa7953d53896234cd6911bdca3ae319fefcec4 (patch) | |
| tree | 365033f3704b3cfe075e5c3581330eadda4231d2 /tasker/plugins.py | |
| parent | 02250bc1f3f41ce27e2625bca6346cf515fbcb9e (diff) | |
| download | firstaidkit-25aa7953d53896234cd6911bdca3ae319fefcec4.tar.gz firstaidkit-25aa7953d53896234cd6911bdca3ae319fefcec4.tar.xz firstaidkit-25aa7953d53896234cd6911bdca3ae319fefcec4.zip | |
take out unnecesary space.
no describe function.
Diffstat (limited to 'tasker/plugins.py')
| -rw-r--r-- | tasker/plugins.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tasker/plugins.py b/tasker/plugins.py index ae49f2b..58d8d39 100644 --- a/tasker/plugins.py +++ b/tasker/plugins.py @@ -207,7 +207,7 @@ class BinPlugin(Plugin): Plugin.__init__(self) self._binpath = bin self._output = {} - + def common(self, step, okresult = True, failresult = False): ind = "" proc = subprocess.Popen([self._binpath, step], stdin = subprocess.PIPE, stdout = subprocess.PIPE, stderr = subprocess.PIPE) @@ -239,10 +239,6 @@ class BinPlugin(Plugin): def fix(self): return self.common("fix") - def describe(self): - r = self.common("describe") - return self._output["describe"] - class PluginSystem(object): """Encapsulate all plugin detection and import stuff""" |
