summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/dependency.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix the format of the firstaidkit file.Joel Andres Granados2008-07-141-4/+7
| | | | | | | | | | | | | - 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/
* known() returns union of detected and provided flagsMartin Sivak2008-04-221-1/+1
|
* Make the flags and Tasker object reusableMartin Sivak2008-04-211-1/+4
|
* Add --flags commandline option to list all known dependency flagsMartin Sivak2008-04-181-1/+1
|
* Split the dependency system to its own file, to have better readability when ↵Martin Sivak2008-04-181-0/+68
new features are introduced