From 55c3ceebe5c81147ee03f9b03c577f3958d88d1d Mon Sep 17 00:00:00 2001
From: Zac Medico <zmedico@gentoo.org>
Date: Wed, 17 Jun 2009 18:34:43 +0000
Subject: [PATCH] Add epydoc docstrings fro codes and color_codes variables.

svn path=/main/trunk/; revision=13645
---
 pym/portage/output.py | 3 +++
 1 file changed, 3 insertions(+)

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["
 
-- 
2.26.2