summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/returns.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-4/+5
| | | | | | | | | | | | | - Indendtation should be 4 spaces. There was a function indented with 8 spaces. - Lines should be shorted than 80 chars. It just looks pretty :) Think of terminals whith only 80 char of length. Think of debuging in rescue mode. - Change also the print statements. Just getting ready for python 3000. - Get some spaces between elifs - There should not be any lines ending in spaces. - This can all be read in the python code conventions http://www.python.org/dev/peps/pep-0008/
* Rename the Return* classes to more sane names and update everything to use themMartin Sivak2008-02-261-29/+23
| | | | | Fix the NoOptionError exception throwing in configuration Add the -a|--auto parameter to launch the automatic mode of operation
* Appeninding Return to the class names help to identify them in the plugin code.Joel Andres Granados2008-02-261-2/+2
|
* Use a more intuitive return class names for the default flows.Joel Andres Granados2008-02-261-0/+33
| | | | | True and false are not very generic for the flows. Favorable and Unfavorable are not completely generic but are better.
* Move from tasker to pyfirstaidkit to try to follow the standard in ↵Joel Andres Granados2008-01-021-0/+42
site-packages.