summaryrefslogtreecommitdiff
path: root/cheetah/NameMapper.py
Commit message (Collapse)AuthorAgeFilesLines
* Clean up a swath of fixes suggested by 2to3R. Tyler Ballance2009-11-161-6/+6
| | | | | 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-7/+7
| | | | | 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/+379
conventional python package naming