Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 324: Removed 'smart_option_order' from Command.__public__; cli commands ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+0 | |
| | | | | help, console, and show_plugins now override Command.run() instead of Command.__call__() | |||||
* | 323: Added Command.run() method that dispatches to execute() or forward(); ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -1/+14 | |
| | | | | added corresponding unit tests | |||||
* | 319: Added new backend and tests.test_backend modules; added place-holder ↵ | Jason Gerard DeRose | 2008-09-24 | 1 | -2/+1 | |
| | | | | Backend class and corresponding unit tests | |||||
* | 317: Renamed public.py to frontend.py; renamed test_public.py to ↵ | Jason Gerard DeRose | 2008-09-23 | 1 | -0/+571 | |
test_frontend.py |