diff options
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r-- | cmd2/constants.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index ed196f22..9fd58b01 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -16,8 +16,3 @@ MULTILINE_TERMINATOR = ';' LINE_FEED = '\n' DEFAULT_SHORTCUTS = {'?': 'help', '!': 'shell', '@': 'run_script', '@@': '_relative_run_script'} - -# Values for cmd2's allow_ansi setting -ANSI_NEVER = 'Never' -ANSI_TERMINAL = 'Terminal' -ANSI_ALWAYS = 'Always' |