Renamed Path.Tools module to Path.Tool
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user