summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2018-05-27 17:15:12 -0600
committerkotfu <kotfu@kotfu.net>2018-05-27 17:15:12 -0600
commit019f69c3159707e1fb077317a33ffe343426b36c (patch)
tree01582040d2207123365b7ae3c25248332bf7978b /main.py
parentbf0d0747514a5e84263e97d2094b0f6bc8a44e46 (diff)
parent8f88f819fae7508066a81a8d961a7115f2ec4bed (diff)
downloadcmd2-git-019f69c3159707e1fb077317a33ffe343426b36c.tar.gz
Merge branch 'master' into plugin_functions
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 0cd0cc1c..7aaec3a3 100755
--- a/main.py
+++ b/main.py
@@ -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()