summaryrefslogtreecommitdiff
path: root/examples/event_loops.py
Commit message (Collapse)AuthorAgeFilesLines
* Add black for automatic code formatTodd Leonhardt2021-01-311-0/+1
|
* Standardize cmd2 imports in tests and exampleskotfu2018-05-231-1/+1
|
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-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 sixTodd Leonhardt2018-04-151-1/+1
| | | | | | | Removed all dependency on six other than for six.moves.input Also: - Started removing code branches which were for Python 2 support
* Mostly fix a bunch of spelling mistakes.Todd Leonhardt2017-03-131-1/+3
| | | | A few other miscellaneous minor tweaks for whitespace and such.
* Added basic example of how to use cmd2 in a manner that doesn't own the main ↵Todd Leonhardt2017-03-041-0/+26
inner loop of an application.