Skip to content

Commit c5b0dae

Browse files
committed
Removed some theme functions from __init__.py.
1 parent acb4a51 commit c5b0dae

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

cmd2/__init__.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,8 @@
5555
from .string_utils import stylize
5656
from .styles import Cmd2Style
5757
from .theme import (
58-
get_pt_theme,
5958
get_theme,
60-
register_pt_mapping,
61-
register_synchronized_prefix,
62-
register_synchronized_style,
6359
set_theme,
64-
unregister_pt_mapping,
65-
unregister_synchronized_prefix,
66-
unregister_synchronized_style,
6760
)
6861
from .utils import (
6962
CustomCompletionSettings,
@@ -118,15 +111,8 @@
118111
# Styles
119112
"Cmd2Style",
120113
# Theme
121-
"get_pt_theme",
122114
"get_theme",
123-
"register_pt_mapping",
124-
"register_synchronized_prefix",
125-
"register_synchronized_style",
126115
"set_theme",
127-
"unregister_pt_mapping",
128-
"unregister_synchronized_prefix",
129-
"unregister_synchronized_style",
130116
# Utilities
131117
"categorize",
132118
"CustomCompletionSettings",

0 commit comments

Comments
 (0)