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.PathProfileFaces as PathProfileFaces
@@ -34,7 +34,7 @@ class TaskPanelOpPage(PathProfileBaseGui.TaskPanelOpPage):
def profileFeatures(self):
return PathProfileBaseGui.FeatureSide | PathProfileBaseGui.FeatureProcessing
PathAreaOpGui.SetupOperation('Profile Faces',
PathOpGui.SetupOperation('Profile Faces',
PathProfileFaces.Create,
TaskPanelOpPage,
'Path-Profile',