diff options
| author | Daniel Ahn <sangbumahn@gmail.com> | 2019-06-24 19:54:58 -0700 |
|---|---|---|
| committer | Daniel Ahn <sangbumahn@gmail.com> | 2019-06-24 19:54:58 -0700 |
| commit | 2461740fc18e9d7fd0eb7aab20fcc168d2318dd0 (patch) | |
| tree | 9dc478a4bb623ad280b467cba3b9cd01a48e851b /cmd2/constants.py | |
| parent | e8206628eefe8234cb5118807c6f40e983c2a316 (diff) | |
| download | cmd2-git-2461740fc18e9d7fd0eb7aab20fcc168d2318dd0.tar.gz | |
Fix flake8 errors, don't use Style.RESET, fix docstring, change some pexcept() calls to perror()
Diffstat (limited to 'cmd2/constants.py')
| -rw-r--r-- | cmd2/constants.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py index 2229976a..cfe7eb6d 100644 --- a/cmd2/constants.py +++ b/cmd2/constants.py @@ -43,7 +43,6 @@ FG_COLORS = { 'lightblue': Fore.LIGHTBLUE_EX, 'lightgreen': Fore.LIGHTGREEN_EX, 'lightyellow': Fore.LIGHTYELLOW_EX, - 'lightblue': Fore.LIGHTBLUE_EX, 'lightmagenta': Fore.LIGHTMAGENTA_EX, 'lightcyan': Fore.LIGHTCYAN_EX, 'lightwhite': Fore.LIGHTWHITE_EX, @@ -65,7 +64,6 @@ BG_COLORS = { 'lightblue': Back.LIGHTBLUE_EX, 'lightgreen': Back.LIGHTGREEN_EX, 'lightyellow': Back.LIGHTYELLOW_EX, - 'lightblue': Back.LIGHTBLUE_EX, 'lightmagenta': Back.LIGHTMAGENTA_EX, 'lightcyan': Back.LIGHTCYAN_EX, 'lightwhite': Back.LIGHTWHITE_EX, |
