From e89e645ff0cbdbf74929c13f2db588c3de5d5a0e Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Thu, 10 Jun 2010 14:11:48 -0500 Subject: tabs -> spaces Signed-off-by: Sol Jerome --- src/lib/Client/Tools/SYSV.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/lib/Client/Tools') diff --git a/src/lib/Client/Tools/SYSV.py b/src/lib/Client/Tools/SYSV.py index 20e13c177..c2b0eb2cc 100644 --- a/src/lib/Client/Tools/SYSV.py +++ b/src/lib/Client/Tools/SYSV.py @@ -49,11 +49,11 @@ class SYSV(Bcfg2.Client.Tools.PkgTool): # Build list of packages lines = self.cmd.run("/usr/bin/pkginfo -x")[1] while lines: - # Splitting on whitespace means that packages with spaces in - # their version numbers don't work right. Found this with - # IBM TSM software with package versions like - # "Version 6 Release 1 Level 0.0" - # Should probably be done with a regex but this works. + # Splitting on whitespace means that packages with spaces in + # their version numbers don't work right. Found this with + # IBM TSM software with package versions like + # "Version 6 Release 1 Level 0.0" + # Should probably be done with a regex but this works. version = lines.pop().split(') ')[1] pkg = lines.pop().split()[0] self.installed[pkg] = version -- cgit v1.2.3-1-g7c22