summaryrefslogtreecommitdiffstats
path: root/pym/portage/xpak.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage/xpak.py')
-rw-r--r--pym/portage/xpak.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/xpak.py b/pym/portage/xpak.py
index b753f2490..a9e15b563 100644
--- 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