summaryrefslogtreecommitdiffstats
path: root/pym/portage/output.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-06-17 18:34:43 +0000
committerZac Medico <zmedico@gentoo.org>2009-06-17 18:34:43 +0000
commit55c3ceebe5c81147ee03f9b03c577f3958d88d1d (patch)
tree6591c65c27a2b934c00df40a43f696d7b4e55c65 /pym/portage/output.py
parent7949285d111a1fa6cf594969f86e35c3d8a119b1 (diff)
downloadportage-55c3ceebe5c81147ee03f9b03c577f3958d88d1d.tar.gz
portage-55c3ceebe5c81147ee03f9b03c577f3958d88d1d.tar.bz2
portage-55c3ceebe5c81147ee03f9b03c577f3958d88d1d.zip
Add epydoc docstrings fro codes and color_codes variables.
svn path=/main/trunk/; revision=13645
Diffstat (limited to 'pym/portage/output.py')
-rw-r--r--pym/portage/output.py3
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["