Skip to content

Commit

Permalink
[WIP] rename Python file from color_manager.py to color_manager_curse…
Browse files Browse the repository at this point in the history
…s.py
  • Loading branch information
Consolatis committed Oct 8, 2021
1 parent 77848db commit 6d1bf5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion suplemon/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .prompt import Prompt, PromptBool, PromptFiltered, PromptFile, PromptAutocmp
from .key_mappings import key_map
from .color_manager import ColorManager
from .color_manager_curses import ColorManager

# Curses can't be imported yet but we'll
# predefine it to avoid confusing flake8
Expand Down

0 comments on commit 6d1bf5e

Please sign in to comment.