Skip to content

Commit 898eb38

Browse files
committed
feature/colormanager: rename color_pairs to color_manager
1 parent 4986a42 commit 898eb38

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

suplemon/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .prompt import Prompt, PromptBool, PromptFiltered, PromptFile, PromptAutocmp
1212
from .key_mappings import key_map
13-
from .color_pairs import ColorManager
13+
from .color_manager import ColorManager
1414

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

0 commit comments

Comments
 (0)