summaryrefslogtreecommitdiff
path: root/cheetah/TemplateCmdLineIface.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-161-3/+3
| | | | | Fixes from 2to3 include: xrange, ws_comma, repr, reduce, raise, idioms, has_key, future, filter, exec, callable, apply
* Refactor raw print statements in accordance with 2to3R. Tyler Ballance2009-11-161-4/+4
| | | | | Removed prints in a couple places entirely, some of this code should likely use the `logging` module instead
* Rename the root package to "cheetah" instead of "src" to follow more ↵R. Tyler Ballance2009-07-161-0/+107
conventional python package naming