# HG changeset patch # User cat@eee # Date 1266884690 18000 # Node ID 1babd3df22d1a97b31cbacbd0d9b2877caaaabc3 # Parent 0b77ca917fd2ed3265caa8bd773e4a1ab0915eba hg troubles with py3 branch diff -r 0b77ca917fd2 -r 1babd3df22d1 cmd2.py --- 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 = ''