diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-06-25 16:14:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 16:14:26 -0700 |
commit | eb749b57c3ac8a3021fdd2fccc79fdfb18fca235 (patch) | |
tree | d32f008ca5804fa4766fcd9a344af4e2f5b2ed3b /cmd2 | |
parent | c8381601e4e3b31969ea6108617356572a7d1ca3 (diff) | |
parent | 40dc4554c7321c33ca490b1c45e130000229d274 (diff) | |
download | cmd2-git-eb749b57c3ac8a3021fdd2fccc79fdfb18fca235.tar.gz |
Merge branch 'master' into command_result
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 3fb5fbda..dade920a 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() |