summaryrefslogtreecommitdiff
path: root/lib/thandy/ClientCLI.py
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@gentoo.org>2011-06-25 22:13:29 -0300
committerTomas Touceda <chiiph@gentoo.org>2011-06-25 22:13:29 -0300
commitb7bf4a7a18332669cf5f0c1442819db74d76d4f2 (patch)
tree283145fd7ef11ff34a4bf9be77888057f2e0ff93 /lib/thandy/ClientCLI.py
parent7fb9bb97c1f76e04b32b9b943abb725d7aa9adaa (diff)
Adds installation with subdirs and upgrade based on the spec
Diffstat (limited to 'lib/thandy/ClientCLI.py')
-rw-r--r--lib/thandy/ClientCLI.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/thandy/ClientCLI.py b/lib/thandy/ClientCLI.py
index 92f038a..75aa347 100644
--- a/lib/thandy/ClientCLI.py
+++ b/lib/thandy/ClientCLI.py
@@ -155,9 +155,7 @@ def update(args):
if i != None:
i.install()
- print "Bundles with all THP packages:"
for bundle in thpTransactions:
- # TODO: ThpTransaction goes here!
thandy.packagesys.ThpPackages.ThpTransaction(thpTransactions[bundle],
repoRoot).install()