remove FIXME, since zmedico fixed it
authorFabian Groffen <grobian@gentoo.org>
Mon, 24 Aug 2009 09:32:56 +0000 (09:32 -0000)
committerFabian Groffen <grobian@gentoo.org>
Mon, 24 Aug 2009 09:32:56 +0000 (09:32 -0000)
svn path=/main/trunk/; revision=14140

pym/portage/output.py

index 637535b0ba230987baabc878edae285d840c220d..baf818f58d58b6d0c4343bc52e67e0b92c4976fd 100644 (file)
@@ -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$")