aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-20 07:11:52 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-20 07:11:52 +0000
commit872448034486064bf661f959e91aa86a4c17e764 (patch)
treef68b4459a63e4d8d3107b76abd8e408cba679642 /pym/portage/xpak.py
parentIf a package is in the world set but it's not installed, go ahead and install... (diff)
downloadportage-872448034486064bf661f959e91aa86a4c17e764.tar.gz
portage-872448034486064bf661f959e91aa86a4c17e764.tar.bz2
portage-872448034486064bf661f959e91aa86a4c17e764.zip
Make all the classes inherit from object.
svn path=/main/trunk/; revision=6886
Diffstat (limited to 'pym/portage/xpak.py')
-rw-r--r--pym/portage/xpak.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/xpak.py b/pym/portage/xpak.py
index b7ef582e8..2a015571c 100644
--- a/pym/portage/xpak.py
+++ b/pym/portage/xpak.py
@@ -224,7 +224,7 @@ def xpand(myid,mydest):
startpos=startpos+namelen+12
os.chdir(origdir)
-class tbz2:
+class tbz2(object):
def __init__(self,myfile):
self.file=myfile
self.filestat=None