Skip to content

Commit fffecba

Browse files
committed
Added missing import in main __init__.py
1 parent 25983c3 commit fffecba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/source-python/packages/source-python/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
# >> USER_SETTINGS SETUP
118118
# =============================================================================
119119
from settings.menu import _SettingsMenuInstance
120+
from commands.say import SayCommandManager
120121

121122
# Are there any private user settings say commands?
122123
if _CoreSettingsInstance['USER_SETTINGS']['private_say_commands']:

0 commit comments

Comments
 (0)