Removing dependency on lxml - fixed some bugs on deleting a job and all it's sub components.

This commit is contained in:
Markus Lampert
2017-06-20 15:40:39 -07:00
parent e399785a97
commit 6a3a102964
5 changed files with 30 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ import Path
import PathScripts
import PathScripts.PathLog as PathLog
import PathUtils
import lxml.etree as xml
import xml.etree.ElementTree as xml
from FreeCAD import Units
from PySide import QtCore, QtGui