summaryrefslogtreecommitdiff
path: root/examples/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Simplified implementation of do__relative_loadTodd Leonhardt2017-06-281-0/+3
| | | | Also removed default argument for _relative_load and load
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-214-0/+56
Cleaned up the examples directory by adding a scripts subdirectory. This makes it a bit clearer which Python files are example cmd2 applications and which are example Python scripts for use with the pyscript command.