summaryrefslogtreecommitdiffstats
path: root/layman/output.py
Commit message (Expand)AuthorAgeFilesLines
* pyflakes cleanupBrian Dolbec2012-11-181-1/+1
* Tighten up the code to prevent exceptions and tracebacks if stdout and stderr...Brian Dolbec2012-06-061-4/+10
* change to only wrap the '*' with the color, not the spaces around it.Brian Dolbec2012-03-041-6/+6
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-12/+13
* pass the input parameters to MessageBasedol-sen2011-08-211-1/+2
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-9/+8
* add a space before the * in the output func()'s as per "Etal"'s request in ht...dol-sen2011-08-061-5/+5
* add --debug-level to cli options and code Message.debug()dol-sen2011-08-061-2/+10
* fix double output for info sent to output.error() due to callback.Brian Dolbec2011-03-271-3/+4
* migrate to print()Brian Dolbec2011-03-261-7/+8
* add an error callback function ability to pass errors to.Brian Dolbec2011-02-231-5/+15
* remove no longer needed imports and OUT variableBrian Dolbec2011-02-191-8/+1
* Split out MessageBase class, more code reduction/cleanupBrian Dolbec2011-02-131-15/+38
* further simplify, reduce the number of functionsBrian Dolbec2011-02-131-28/+9
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-121-0/+187