Skip to content

Commit

Permalink
feature/colormanager: rename color_pairs to color_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Consolatis committed Jan 25, 2018
1 parent 4986a42 commit 898eb38
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_pairs import ColorManager
from .color_manager import ColorManager

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

0 comments on commit 898eb38

Please sign in to comment.