Add missing docstring.

This commit is contained in:
Bastian Kleineidam 2012-09-02 23:37:43 +02:00
parent 21db38546c
commit a1dfaf2f91

View file

@ -230,6 +230,7 @@ def get_columns (fp):
def _write_color_colorama (fp, text, color):
"""Colorize text with given color."""
foreground, background, style = get_win_color(color)
colorama.set_console(foreground=foreground, background=background,
style=style)