summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-06-25 18:18:47 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-06-25 18:18:47 -0400
commit4a17b5b21c235b82dcf70f2003685fabe51e69ee (patch)
treebb989bd028a94bce9677c0a940740d2ccf559163 /cmd2/cmd2.py
parentc7feaa60e46563cd60c217d27f888a05c9c3439d (diff)
downloadcmd2-git-4a17b5b21c235b82dcf70f2003685fabe51e69ee.tar.gz
Removed unused class member
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index e2fd25fa..f3b3038a 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -304,7 +304,6 @@ class Cmd(cmd.Cmd):
Line-oriented command interpreters are often useful for test harnesses, internal tools, and rapid prototypes.
"""
# Attributes used to configure the StatementParser, best not to change these at runtime
- blankLinesAllowed = False
multiline_commands = []
shortcuts = {'?': 'help', '!': 'shell', '@': 'load', '@@': '_relative_load'}
aliases = dict()