diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 037a7cab..8aac5857 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -56,4 +56,3 @@ PARSER_ATTR_COMMANDSET = 'command_set' # custom attributes added to argparse Namespaces NS_ATTR_SUBCMD_HANDLER = '__subcmd_handler__' -NS_ATTR_STATEMENT = '__statement__' |