summaryrefslogtreecommitdiffstats
path: root/layman/output.py
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up the code to prevent exceptions and tracebacks if stdout and ↵Brian Dolbec2012-06-061-4/+10
| | | | stderr are not of the file type.
* 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
| | | | | | | | | | | This reverts commit e14906b88ec2da99dba82d565d88ed5ca1d40099. Conflicts: layman/api.py layman/cli.py layman/dbbase.py layman/output.py
* add a space before the * in the output func()'s as per "Etal"'s request in ↵dol-sen2011-08-061-5/+5
| | | | http://forums.gentoo.org/viewtopic-t-877029.html
* 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