Skip to content

Commit 40dc455

Browse files
authored
Merge pull request #453 from python-cmd2/unused_param
Removed unused class member
2 parents c7feaa6 + 4a17b5b commit 40dc455

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd2/cmd2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ class Cmd(cmd.Cmd):
304304
Line-oriented command interpreters are often useful for test harnesses, internal tools, and rapid prototypes.
305305
"""
306306
# Attributes used to configure the StatementParser, best not to change these at runtime
307-
blankLinesAllowed = False
308307
multiline_commands = []
309308
shortcuts = {'?': 'help', '!': 'shell', '@': 'load', '@@': '_relative_load'}
310309
aliases = dict()

0 commit comments

Comments
 (0)