From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Nlf3U-0003tI-2c for garchives@archives.gentoo.org; Sun, 28 Feb 2010 09:03:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E24E0885; Sun, 28 Feb 2010 09:03:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 71297E0885 for ; Sun, 28 Feb 2010 09:03:14 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0794C1B4149 for ; Sun, 28 Feb 2010 09:03:14 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Nlf3R-0000QZ-7l for gentoo-commits@lists.gentoo.org; Sun, 28 Feb 2010 09:03:13 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r15495 - main/trunk/pym/portage/dbapi X-VCS-Repository: portage X-VCS-Revision: 15495 X-VCS-Files: main/trunk/pym/portage/dbapi/bintree.py X-VCS-Directories: main/trunk/pym/portage/dbapi X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Sun, 28 Feb 2010 09:03:13 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c8f2ba79-51cd-4b8b-8fd6-f1e6b2ee78d4 X-Archives-Hash: dc5a14c7bb875e896b8faf4851004eb9 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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$ =20 -from __future__ import print_function - __all__ =3D ["bindbapi", "binarytree"] =20 import portage @@ -865,7 +863,6 @@ mykey =3D portage.cpv_getkey(fullpkg) try: # invalid tbz2's can hurt things. - #print "cpv_inject("+str(fullpkg)+")" self.dbapi.cpv_inject(fullpkg) remote_metadata =3D self.__remotepkgs[mypkg] for k, v in remote_metadata.items(): @@ -882,7 +879,6 @@ remote_metadata.pop(k, None) =20 self._remotepkgs[fullpkg] =3D 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 =3D self.getname(pkgname) tbz2name =3D os.path.basename(tbz2_path) resume =3D False