PathCircularHoleBaseGui.py   PathCircularHoleBaseGui.py 
skipping to change at line 32 skipping to change at line 32
# * * # * *
# ************************************************************************* ** # ************************************************************************* **
import FreeCAD import FreeCAD
import FreeCADGui import FreeCADGui
import PathScripts.PathLog as PathLog import PathScripts.PathLog as PathLog
import PathScripts.PathOpGui as PathOpGui import PathScripts.PathOpGui as PathOpGui
from PySide import QtCore, QtGui from PySide import QtCore, QtGui
import sys
if sys.version_info.major >= 3:
xrange = range
__title__ = "Base for Circular Hole based operations' UI" __title__ = "Base for Circular Hole based operations' UI"
__author__ = "sliptonic (Brad Collette)" __author__ = "sliptonic (Brad Collette)"
__url__ = "http://www.freecadweb.org" __url__ = "http://www.freecadweb.org"
__doc__ = "Implementation of circular hole specific base geometry page cont roller." __doc__ = "Implementation of circular hole specific base geometry page cont roller."
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.NOTICE, PathLog.thisModule()) PathLog.setLevel(PathLog.Level.NOTICE, 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/