PathSurface.py   PathSurface.py 
skipping to change at line 38 skipping to change at line 38
import MeshPart import MeshPart
# import Part # import Part
import Path import Path
import PathScripts.PathLog as PathLog import PathScripts.PathLog as PathLog
# import PathScripts.PathPocketBase as PathPocketBase # import PathScripts.PathPocketBase as PathPocketBase
import PathScripts.PathUtils as PathUtils import PathScripts.PathUtils as PathUtils
import PathScripts.PathOp as PathOp import PathScripts.PathOp as PathOp
from PySide import QtCore from PySide import QtCore
import sys
if sys.version_info.major >= 3:
xrange = range
__title__ = "Path Surface Operation" __title__ = "Path Surface Operation"
__author__ = "sliptonic (Brad Collette)" __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org" __url__ = "http://www.freecadweb.org"
__doc__ = "Class and implementation of Mill Facing operation." __doc__ = "Class and implementation of Mill Facing operation."
if False: if False:
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule()) PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
PathLog.trackModule(PathLog.thisModule()) PathLog.trackModule(PathLog.thisModule())
else: else:
PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule()) PathLog.setLevel(PathLog.Level.INFO, PathLog.thisModule())
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/