Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14140 - main/trunk/pym/portage
Date: Mon, 24 Aug 2009 09:32:59
Message-Id: E1MfVv7-000249-DZ@stork.gentoo.org
1 Author: grobian
2 Date: 2009-08-24 09:32:56 +0000 (Mon, 24 Aug 2009)
3 New Revision: 14140
4
5 Modified:
6 main/trunk/pym/portage/output.py
7 Log:
8 remove FIXME, since zmedico fixed it
9
10 Modified: main/trunk/pym/portage/output.py
11 ===================================================================
12 --- main/trunk/pym/portage/output.py 2009-08-24 09:31:55 UTC (rev 14139)
13 +++ main/trunk/pym/portage/output.py 2009-08-24 09:32:56 UTC (rev 14140)
14 @@ -152,11 +152,6 @@
15 @rtype: dict
16 @return: a dictionary mapping color classes to color codes
17 """
18 - # FIXME: use config_root iso / (breaks Prefix)
19 - # We can use ObjectProxy to implement lazy initialization of
20 - # codes and _styles, and add an init(config_root="/") function
21 - # that can be called in order adjust the location that color.map
22 - # is read from.
23 global codes, _styles
24 myfile = os.path.join(config_root, COLOR_MAP_FILE)
25 ansi_code_pattern = re.compile("^[0-9;]*m$")