[TD]restore missing import statement
missing import in initGui preventing start of workbench
This commit is contained in:
committed by
WandererFan
parent
54e2eabccb
commit
27691073e1
@@ -42,6 +42,8 @@ class TechDrawWorkbench(Workbench):
|
||||
def Initialize(self):
|
||||
# load the module
|
||||
|
||||
import TechDrawGui
|
||||
|
||||
try:
|
||||
import TechDrawTools
|
||||
except ImportError as err:
|
||||
|
||||
Reference in New Issue
Block a user