Arch: add missing translate function

The code was moved to a separate module, `ArchWindowPresets.py`,
in be0c8eab25, but the `translate` function was not imported
in this new module.
This commit is contained in:
vocx-fc
2020-06-23 15:29:37 -05:00
committed by Yorik van Havre
parent 8ff45dfb39
commit d36c21fd55

View File

@@ -20,7 +20,10 @@
#***************************************************************************
import FreeCAD
from FreeCAD import Vector
from draftutils.translate import translate
WindowPresets = ["Fixed", "Open 1-pane", "Open 2-pane", "Sash 2-pane",
"Sliding 2-pane", "Simple door", "Glass door", "Sliding 4-pane"]