summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Lint/Genshi.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-27/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Revert "Correct syntax for try/except statements."Raul Cuza2011-12-101-1/+1
| | | | | | | | This commit is not compatable with Python 2.4 and below. Our goal is to support for the foreseeable future 2.4+ for Bcfg2 server and 2.3+ for Bcfg2 client. This reverts commit 4310284f6df01caf1b686c9bac8955364a895755.
* Correct syntax for try/except statements.Raul Cuza2011-12-091-1/+1
| | | | | | In earlier versions of python commas (,) could be used in except statements. The new way is to use 'as'.
* added Genshi template syntax checker, other misc. bcfg2-lint cleanupChris St. Pierre2011-07-141-0/+27