[TD]restore missing import statement

missing import in initGui preventing start of workbench
This commit is contained in:
Wanderer Fan
2022-01-28 09:49:42 -05:00
committed by WandererFan
parent 54e2eabccb
commit 27691073e1

View File

@@ -42,6 +42,8 @@ class TechDrawWorkbench(Workbench):
def Initialize(self):
# load the module
import TechDrawGui
try:
import TechDrawTools
except ImportError as err: