From: Michael Schroeder Date: Fri, 23 Aug 2013 16:07:53 +0000 (+0200) Subject: oops, revert unwanted commit chunks X-Git-Tag: BASE-SuSE-Code-13_1-Branch~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e946434a7029e6428d54496dd364dbe11d20dac0;p=thirdparty%2Flibsolv.git oops, revert unwanted commit chunks --- diff --git a/examples/pysolv b/examples/pysolv index b93b1362..a658eabc 100755 --- a/examples/pysolv +++ b/examples/pysolv @@ -757,7 +757,6 @@ for job in jobs: job.how |= solv.Job.SOLVER_CLEANDEPS #pool.set_debuglevel(2) -pool.set_debuglevel(3) solver = pool.Solver() solver.set_flag(solv.Solver.SOLVER_FLAG_SPLITPROVIDES, 1); if cmd == 'erase': @@ -799,15 +798,6 @@ while True: # no problems, show transaction trans = solver.transaction() - -for p in trans.newsolvables(): - (reason, rule) = solver.describe_decision(p) - print "package", p - print "reason", reason - print "rule", rule - if rule: - print rule.info().problemstr() - del solver if trans.isempty(): print "Nothing to do."