File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
addon/globalPlugins/MathCAT Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323import winKernel
2424import gui
2525
26- from . import libmathcat # type: ignore
26+ from . import libmathcat_py as libmathcat # type: ignore
2727from typing import List , Dict
2828from keyboardHandler import KeyboardInputGesture # navigation key strokes
2929from logHandler import log # logging
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ def validate_user_preferences():
645645 @staticmethod
646646 def write_user_preferences ():
647647 # Language is special because it is set elsewhere by SetPreference which overrides the user_prefs -- so set it here
648- from . import libmathcat # type: ignore
648+ from . import libmathcat_py as libmathcat # type: ignore
649649 try :
650650 libmathcat .SetPreference ("Language" , user_preferences ["Speech" ]["Language" ])
651651 except Exception as e :
You can’t perform that action at this time.
0 commit comments