From dc278007b7d4ea29320b87d1db1408d01cceb8ff Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sun, 2 Sep 2007 17:48:38 +0000 Subject: [PATCH] whoops git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@477 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- client/equoTools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equoTools.py b/client/equoTools.py index 1faa911c4..cac463bee 100644 --- a/client/equoTools.py +++ b/client/equoTools.py @@ -2497,6 +2497,7 @@ def worldUpdate(ask = False, pretend = False, verbose = False, onlyfetch = False # get all the installed packages # FIXME: add branch support packages = clientDbconn.listAllPackages() + print "here's the list of the packages that would be updated" for package in packages: atom = package[0] idpackage = package[1] @@ -2506,7 +2507,6 @@ def worldUpdate(ask = False, pretend = False, verbose = False, onlyfetch = False atomkey = category+"/"+name # search in the packages match = atomMatch(atom) - print "here's the list of the packages that would be updated" if match[0] == -1: print atom updateList.append(match)