diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-05-27 17:40:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-27 17:40:52 -0400 |
commit | 8f88f819fae7508066a81a8d961a7115f2ec4bed (patch) | |
tree | db21d73cba1b851e7e95429018b1e79cf5476efe /main.py | |
parent | 6b6a36c41bd4d1ce3c7b8fbe46d935e599ccf744 (diff) | |
parent | 906feb79ba54fde2b0635c321c659922559779f3 (diff) | |
download | cmd2-git-8f88f819fae7508066a81a8d961a7115f2ec4bed.tar.gz |
Merge pull request #419 from python-cmd2/py_updates
Removed unused function
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,4 +8,5 @@ if __name__ == '__main__': # Set "use_ipython" to True to include the ipy command if IPython is installed, which supports advanced interactive # debugging of your application via introspection on self. app = cmd2.Cmd(use_ipython=True) + app.locals_in_py = True app.cmdloop() |