mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #73 from dmedvinsky/bug/add-textui-streams-to-all
Add textui streams to __all__
This commit is contained in:
@@ -23,3 +23,4 @@ Patches and Suggestions
|
||||
- Gianluca Brindisi <gbrindisi>
|
||||
- Don Spaulding <donspauldingii@gmail.com>
|
||||
- Justin Barber <barber.justin (at) gmail>
|
||||
- Dmitry Medvinsky
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user