Skip to content

Commit 9401493

Browse files
authored
Update MathCATgui.py
Comment import wx.xrc
1 parent 3854208 commit 9401493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NVDA-addon/addon/globalPlugins/MathCAT/MathCATgui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
## PLEASE DO *NOT* EDIT THIS FILE!
88
###########################################################################
99

10-
#import wx
11-
import wx.xrc
10+
import wx
11+
#import wx.xrc
1212

1313
import gettext
1414
_ = gettext.gettext

0 commit comments

Comments
 (0)