Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Correct syntax for try/except statements." | Raul Cuza | 2011-12-10 | 1 | -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 Cuza | 2011-12-09 | 1 | -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 cleanup | Chris St. Pierre | 2011-07-14 | 1 | -0/+27 |