Moved PathAdaptive into new Path.Op module

This commit is contained in:
Markus Lampert
2022-08-10 17:37:31 -07:00
parent 19a7d85595
commit 253d494f17
7 changed files with 29 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ def Startup():
global Processed
if not Processed:
Path.Log.debug("Initializing PathGui")
from PathScripts import PathAdaptiveGui
from Path.Op.Gui import Adaptive
from PathScripts import PathArray
from PathScripts import PathComment
from PathScripts import PathCustomGui