summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-27 23:24:26 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-27 23:24:26 -0500
commit691d7759dab0c8a0e11b5c64bfb84c25fcfc7515 (patch)
treefd271ddc070c2f7df9563d3a81d6d9bd8a188688 /cmd2
parent415f1cb1c7dd5fbfe21cca0c6eea2eb998bbd1a0 (diff)
downloadcmd2-git-691d7759dab0c8a0e11b5c64bfb84c25fcfc7515.tar.gz
Addressed PR comments
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index a36bcdb6..f3b7c4a4 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -181,8 +181,6 @@ class Cmd(cmd.Cmd):
super().__init__(completekey=completekey, stdin=stdin, stdout=stdout)
# Attributes which should NOT be dynamically settable via the set command at runtime
- # To prevent a user from altering these with the py/ipy commands, remove self_in_py from the
- # settable dictionary during your applications's __init__ method.
self.default_to_shell = False # Attempt to run unrecognized commands as shell commands
self.quit_on_sigint = False # Quit the loop on interrupt instead of just resetting prompt
self.allow_redirection = allow_redirection # Security setting to prevent redirection of stdout