Renamed Path.Tools module to Path.Tool

This commit is contained in:
Markus Lampert
2022-08-12 23:47:40 -07:00
parent 29a7dc144e
commit 9925c71d36
25 changed files with 54 additions and 55 deletions

View File

@@ -83,8 +83,8 @@ class PathWorkbench(Workbench):
from PathScripts import PathGuiInit
from PathScripts import PathJobCmd
from Path.Tools.Gui import BitCmd as PathToolBitCmd
from Path.Tools.Gui import BitLibraryCmd as PathToolBitLibraryCmd
from Path.Tool.Gui import BitCmd as PathToolBitCmd
from Path.Tool.Gui import BitLibraryCmd as PathToolBitLibraryCmd
from PySide.QtCore import QT_TRANSLATE_NOOP
@@ -338,7 +338,7 @@ class PathWorkbench(Workbench):
for cmd in self.dressupcmds:
self.appendContextMenu("", [cmd])
menuAppended = True
if isinstance(obj.Proxy, Path.Tools.Bit.ToolBit):
if isinstance(obj.Proxy, Path.Tool.Bit.ToolBit):
self.appendContextMenu("", ["Path_ToolBitSave", "Path_ToolBitSaveAs"])
menuAppended = True
if menuAppended: