diff --git a/AUTHORS b/AUTHORS index b25d7e1..8a1b741 100644 --- a/AUTHORS +++ b/AUTHORS @@ -23,3 +23,4 @@ Patches and Suggestions - Gianluca Brindisi - Don Spaulding - Justin Barber +- Dmitry Medvinsky diff --git a/clint/textui/core.py b/clint/textui/core.py index 6ddacc3..c435391 100644 --- a/clint/textui/core.py +++ b/clint/textui/core.py @@ -21,7 +21,7 @@ from ..utils import tsplit __all__ = ('puts', 'puts_err', 'indent', 'dedent', 'columns', 'max_width', - 'min_width') + 'min_width', 'STDOUT', 'STDERR') STDOUT = sys.stdout.write