fix cyclic dependency with Py2 import

This commit is contained in:
wmayer
2017-06-28 21:37:34 +02:00
parent 4fa5d41ef5
commit 70c71505bb

View File

@@ -29,7 +29,7 @@ import Part
import Path
import PathScripts
import PathScripts.PathLog as PathLog
from . import PathUtils
import PathUtils
import xml.etree.ElementTree as xml
from FreeCAD import Units