diff options
-rw-r--r-- | pym/portage/output.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pym/portage/output.py b/pym/portage/output.py index fc9c882d2..a32a6e714 100644 --- a/pym/portage/output.py +++ b/pym/portage/output.py @@ -26,7 +26,10 @@ havecolor=1 dotitles=1 codes = {} +"""Maps color class to tuple of attribute names.""" + color_codes = {} +"""Maps attribute name to ansi code.""" esc_seq = "\x1b[" |