Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Standardize cmd2 imports in tests and examples | kotfu | 2018-05-23 | 1 | -2/+2 |
| | |||||
* | Removed the expensive imports from cmd2/__init__.py | Eric Lin | 2018-04-25 | 1 | -1/+1 |
| | | | | | | | Added some shared definitions to cmd2/__init__.py -> maybe there's a better place for these? Figured out how to trick bash into showing argument hints. It's a bit weird. Updated all of the tests and examples to import cmd2 resources from their new location without the automatic imports in cmd2/__init__.py For #369 | ||||
* | Started removing dependency on six | Todd Leonhardt | 2018-04-15 | 1 | -1/+1 |
| | | | | | | | Removed all dependency on six other than for six.moves.input Also: - Started removing code branches which were for Python 2 support | ||||
* | Revise environment setting documentation | kotfu | 2017-08-28 | 1 | -0/+38 |