summaryrefslogtreecommitdiff
path: root/examples/scripts/conditional.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed conditional.py scriptTodd Leonhardt2018-05-261-3/+3
| | | | | | Also: - Made self.locals_in_py = True for main.py and examples/python_scripting.py - This makes debugging easier in the embedded IPython shell provided by the opt-in ipy command
* Moved example scripts from examples to examples/scripts directlyTodd Leonhardt2017-06-211-0/+39
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.