summaryrefslogtreecommitdiffstats
path: root/pym/portage/output.py
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-08-24 09:32:56 +0000
committerFabian Groffen <grobian@gentoo.org>2009-08-24 09:32:56 +0000
commitb6a480e567a30012d39218e72f94d73f3199d410 (patch)
tree1ae2caf12f29671644eff2a48f050d9ecb81c9e8 /pym/portage/output.py
parent798c0ccee6086934d087e60d5ade55f67d2bfc5f (diff)
downloadportage-b6a480e567a30012d39218e72f94d73f3199d410.tar.gz
portage-b6a480e567a30012d39218e72f94d73f3199d410.tar.bz2
portage-b6a480e567a30012d39218e72f94d73f3199d410.zip
remove FIXME, since zmedico fixed it
svn path=/main/trunk/; revision=14140
Diffstat (limited to 'pym/portage/output.py')
-rw-r--r--pym/portage/output.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py
index 637535b0b..baf818f58 100644
--- a/pym/portage/output.py
+++ b/pym/portage/output.py
@@ -152,11 +152,6 @@ def _parse_color_map(config_root='/', onerror=None):
@rtype: dict
@return: a dictionary mapping color classes to color codes
"""
- # FIXME: use config_root iso / (breaks Prefix)
- # We can use ObjectProxy to implement lazy initialization of
- # codes and _styles, and add an init(config_root="/") function
- # that can be called in order adjust the location that color.map
- # is read from.
global codes, _styles
myfile = os.path.join(config_root, COLOR_MAP_FILE)
ansi_code_pattern = re.compile("^[0-9;]*m$")