Skip to content

Commit 74a6afb

Browse files
authored
Replace deprecated import (#98)
1 parent c613a61 commit 74a6afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/globalPlugins/ibmtts.py

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

1010
import globalVars, gui, globalPluginHandler, addonHandler
1111
from logHandler import log
12-
from gui import SettingsPanel
12+
from gui.settingsDialogs import SettingsPanel
1313
from synthDrivers._settingsDB import appConfig
1414
from ._ibmttsUtils import UpdateHandler, GithubService, guiCopiFiles
1515
addonHandler.initTranslation()

0 commit comments

Comments
 (0)