Merge pull request #73 from dmedvinsky/bug/add-textui-streams-to-all

Add textui streams to __all__
This commit is contained in:
Kenneth Reitz
2012-11-15 18:42:58 -08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -23,3 +23,4 @@ Patches and Suggestions
- Gianluca Brindisi <gbrindisi>
- Don Spaulding <donspauldingii@gmail.com>
- Justin Barber <barber.justin (at) gmail>
- Dmitry Medvinsky
+1 -1
View File
@@ -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