Renamed PathAreaOpGui to PathOpGui - there's nothing Area specific in there.

This commit is contained in:
Markus Lampert
2017-08-07 17:08:42 -07:00
committed by Yorik van Havre
parent 0093e9296f
commit 693cefd780
9 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@
# ***************************************************************************
import FreeCAD
import PathScripts.PathAreaOpGui as PathAreaOpGui
import PathScripts.PathOpGui as PathOpGui
import PathScripts.PathProfileBaseGui as PathProfileBaseGui
import PathScripts.PathProfileContour as PathProfileContour
@@ -35,7 +35,7 @@ class TaskPanelOpPage(PathProfileBaseGui.TaskPanelOpPage):
# I know this looks bad, contour is just the most basic profile op there is
return 0
PathAreaOpGui.SetupOperation('Contour',
PathOpGui.SetupOperation('Contour',
PathProfileContour.Create,
TaskPanelOpPage,
'Path-Contour',