Skip to content

Commit aaa028c

Browse files
authored
Add missing import (#18)
1 parent 140cfcf commit aaa028c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

addon/globalPlugins/easyTableNavigator/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import controlTypes
1616
import ui
1717
import scriptHandler
18+
from comtypes import COMError
1819
import addonHandler
1920
addonHandler.initTranslation()
2021
controlTypes = compa.convertControlTypes(controlTypes)

0 commit comments

Comments
 (0)