Mercurial > python-cmd2
changeset 379:1babd3df22d1
hg troubles with py3 branch
author | cat@eee |
---|---|
date | Mon, 22 Feb 2010 19:24:50 -0500 |
parents | 0b77ca917fd2 |
children | de2306847251 |
files | cmd2.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cmd2.py Mon Feb 22 19:18:58 2010 -0500 +++ b/cmd2.py Mon Feb 22 19:24:50 2010 -0500 @@ -1446,7 +1446,7 @@ sys.stdout = self.old_stdout class OutputTrap(Borg): - '''Instantiate an OutputTrap to divert/capture ALL stdout output. For use in unit testing. + '''Instantiate an OutputTrap to divert/capture ALL stdout output. For use in unit testing. Call `tearDown()` to return to normal output.''' def __init__(self): self.contents = ''