Arch: add missing translate function

The code was moved to a separate module, `ArchWindowPresets.py`,
in 4f203f8757, 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 6179f4b45a
commit e36986de30

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"]