summaryrefslogtreecommitdiffstats
path: root/layman/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-31/+28
| | | | | | | | | | | This reverts commit e14906b88ec2da99dba82d565d88ed5ca1d40099. Conflicts: layman/api.py layman/cli.py layman/dbbase.py layman/output.py
* migrate to print()Brian Dolbec2011-03-261-28/+31
|
* more DebugMessage class cleanup/transition to subclassing MessageBrian Dolbec2011-02-131-25/+14
|
* simplify debug.py to subclass the simplified Message classBrian Dolbec2011-02-131-128/+23
|
* Move color codes to a new file.Brian Dolbec2011-02-111-14/+8
| | | | Add some message string constants
* Add an output parameter to Message class and change the prints that weren't ↵Brian Dolbec2011-02-111-5/+10
| | | | already re-directed to re-direct to it
* pylint: Fix dangerous/mutable default valueSebastian Pipping2010-02-171-3/+6
|
* pylint: Fix bad indentationSebastian Pipping2010-02-171-1/+1
|
* Fix output for command "layman -L |& less"Sebastian Pipping2010-01-141-0/+6
|
* Copyright.v1.2.1Gunnar Wrobel2008-11-151-1/+1
|
* Layman v1.1Gunnar Wrobel2007-09-111-7/+13
|
* Import layman.Gunnar Wrobel2007-09-111-0/+501