kwalitee: new recursive option and pylint 0.21
- Added a possibility to specify directory that will check Python files in that directory recursively, for example: $ python ./kwalitee.py --check-some ../../websearch/lib/
- Kwalitee tools are now compatible both with older and newer versions of pylint. (CLI options changed, so working around it.)