From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r14459 - main/trunk/pym/portage
Date: Tue, 29 Sep 2009 05:23:23 +0000 [thread overview]
Message-ID: <E1MsVBL-0002q6-KH@stork.gentoo.org> (raw)
Author: zmedico
Date: 2009-09-29 05:23:23 +0000 (Tue, 29 Sep 2009)
New Revision: 14459
Modified:
main/trunk/pym/portage/xpak.py
Log:
Don't call self.scan() in tbz2.__init__ since all methods call it anyway.
Modified: main/trunk/pym/portage/xpak.py
===================================================================
--- main/trunk/pym/portage/xpak.py 2009-09-28 20:37:20 UTC (rev 14458)
+++ main/trunk/pym/portage/xpak.py 2009-09-29 05:23:23 UTC (rev 14459)
@@ -272,7 +272,6 @@
self.datasize=None
self.indexpos=None
self.datapos=None
- self.scan()
def decompose(self,datadir,cleanup=1):
"""Alias for unpackinfo() --- Complement to recompose() but optionally
reply other threads:[~2009-09-29 5:23 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=E1MsVBL-0002q6-KH@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