Attacher: fix Py attachment editor for Python3

This commit is contained in:
DeepSOIC
2017-11-23 11:35:55 +03:00
committed by Yorik van Havre
parent a225b13bef
commit 565329d8a7

View File

@@ -25,10 +25,9 @@ from __future__ import absolute_import
import FreeCAD as App
import Part
from FreeCAD import Units
from Units import MilliMetre as mm
from Units import Degree as deg
from Units import Quantity as Q
mm = App.Units.MilliMetre
deg = App.Units.Degree
Q = App.Units.Quantity
from AttachmentEditor.FrozenClass import FrozenClass
try: