projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cac6ff
)
Don't call self.scan() in tbz2.__init__ since all methods call it anyway.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 29 Sep 2009 05:23:23 +0000
(
05:23
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 29 Sep 2009 05:23:23 +0000
(
05:23
-0000)
svn path=/main/trunk/; revision=14459
pym/portage/xpak.py
patch
|
blob
|
history
diff --git
a/pym/portage/xpak.py
b/pym/portage/xpak.py
index b753f2490c0e54b3951a699f3390d49cfbb80a50..a9e15b56314627004a79eaa0b68d2dfd4a3e1325 100644
(file)
--- a/
pym/portage/xpak.py
+++ b/
pym/portage/xpak.py
@@
-272,7
+272,6
@@
class tbz2(object):
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