Skip to content

Commit

Permalink
[TD]restore missing import statement
Browse files Browse the repository at this point in the history
missing import in initGui preventing start of workbench
  • Loading branch information
WandererFan committed Jan 28, 2022
1 parent 54e2eab commit 2769107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/TechDraw/InitGui.py
Expand Up @@ -42,6 +42,8 @@ def __init__(self):
def Initialize(self):
# load the module

import TechDrawGui

try:
import TechDrawTools
except ImportError as err:
Expand Down

0 comments on commit 2769107

Please sign in to comment.