summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/Blast.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Client/Tools/Blast.py')
-rw-r--r--src/lib/Client/Tools/Blast.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/Client/Tools/Blast.py b/src/lib/Client/Tools/Blast.py
index 737c6924e..4f2891fd6 100644
--- a/src/lib/Client/Tools/Blast.py
+++ b/src/lib/Client/Tools/Blast.py
@@ -2,7 +2,9 @@
"""This provides bcfg2 support for blastwave"""
__revision__ = '$Revision$'
-import Bcfg2.Client.Tools.SYSV, tempfile
+import tempfile
+import Bcfg2.Client.Tools.SYSV
+
class Blast(Bcfg2.Client.Tools.SYSV.SYSV):
"""Support for Blastwave packages"""
@@ -27,7 +29,6 @@ class Blast(Bcfg2.Client.Tools.SYSV.SYSV):
# Install comes from Bcfg2.Client.Tools.PkgTool
# Extra comes from Bcfg2.Client.Tools.Tool
# Remove comes from Bcfg2.Client.Tools.SYSV
-
def FindExtraPackages(self):
"""Pass through to null FindExtra call."""
return []