From 30fc9f2e1e8f5e59fa98d9e9df6263da88b9eaed Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 15 Aug 2012 15:05:55 -0400 Subject: removed print statements --- tools/yum-listpkgs-xml.py | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 tools/yum-listpkgs-xml.py (limited to 'tools/yum-listpkgs-xml.py') diff --git a/tools/yum-listpkgs-xml.py b/tools/yum-listpkgs-xml.py old mode 100644 new mode 100755 index 2df5abbcd..a052e75af --- a/tools/yum-listpkgs-xml.py +++ b/tools/yum-listpkgs-xml.py @@ -19,7 +19,6 @@ def myListPkgs(self, lst, description, outputType): thingslisted = 0 if len(lst) > 0: thingslisted = 1 - #print '%s' % description from yum.misc import sortPkgObj lst.sort(sortPkgObj) for pkg in lst: -- cgit v1.2.3-1-g7c22