summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/FirstAidKit.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-3/+3
| | | | | | | | | | | | | - 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/
* Move from tasker to pyfirstaidkit to try to follow the standard in ↵Joel Andres Granados2008-01-021-0/+17
site-packages.