public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r15495 - main/trunk/pym/portage/dbapi
Date: Sun, 28 Feb 2010 09:03:13 +0000	[thread overview]
Message-ID: <E1Nlf3R-0000QZ-7l@stork.gentoo.org> (raw)

Author: zmedico
Date: 2010-02-28 09:03:12 +0000 (Sun, 28 Feb 2010)
New Revision: 15495

Modified:
   main/trunk/pym/portage/dbapi/bintree.py
Log:
Remove print() usage.


Modified: main/trunk/pym/portage/dbapi/bintree.py
===================================================================
--- main/trunk/pym/portage/dbapi/bintree.py	2010-02-28 08:00:20 UTC (rev 15494)
+++ main/trunk/pym/portage/dbapi/bintree.py	2010-02-28 09:03:12 UTC (rev 15495)
@@ -2,8 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-from __future__ import print_function
-
 __all__ = ["bindbapi", "binarytree"]
 
 import portage
@@ -865,7 +863,6 @@
 				mykey = portage.cpv_getkey(fullpkg)
 				try:
 					# invalid tbz2's can hurt things.
-					#print "cpv_inject("+str(fullpkg)+")"
 					self.dbapi.cpv_inject(fullpkg)
 					remote_metadata = self.__remotepkgs[mypkg]
 					for k, v in remote_metadata.items():
@@ -882,7 +879,6 @@
 						remote_metadata.pop(k, None)
 
 					self._remotepkgs[fullpkg] = remote_metadata
-					#print "  -- Injected"
 				except SystemExit as e:
 					raise
 				except:
@@ -1148,7 +1144,6 @@
 	def gettbz2(self, pkgname):
 		"""Fetches the package from a remote site, if necessary.  Attempts to
 		resume if the file appears to be partially downloaded."""
-		print("Fetching '"+str(pkgname)+"'")
 		tbz2_path = self.getname(pkgname)
 		tbz2name = os.path.basename(tbz2_path)
 		resume = False




                 reply	other threads:[~2010-02-28  9:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Nlf3R-0000QZ-7l@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox