Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10175 - main/branches/prefix/pym/portage/dbapi
Date: Sun, 04 May 2008 11:26:54
Message-Id: E1JscMl-0001Rh-N5@stork.gentoo.org
1 Author: grobian
2 Date: 2008-05-04 11:26:50 +0000 (Sun, 04 May 2008)
3 New Revision: 10175
4
5 Modified:
6 main/branches/prefix/pym/portage/dbapi/vartree.py
7 Log:
8 we don't need the default paths
9
10 Modified: main/branches/prefix/pym/portage/dbapi/vartree.py
11 ===================================================================
12 --- main/branches/prefix/pym/portage/dbapi/vartree.py 2008-05-04 11:25:08 UTC (rev 10174)
13 +++ main/branches/prefix/pym/portage/dbapi/vartree.py 2008-05-04 11:26:50 UTC (rev 10175)
14 @@ -227,8 +227,7 @@
15 self._dbapi = vardbapi
16 self._libs = {}
17 self._obj_properties = {}
18 - self._defpath = getlibpaths()
19 -
20 +
21 def rebuild(self):
22 libs = {}
23 obj_properties = {}
24
25 --
26 gentoo-commits@l.g.o mailing list