mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Move MachineActionManager into cura.UI module
This commit is contained in:
parent
8c0cb2b7b8
commit
dfc53d3604
4 changed files with 4 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
import pytest
|
||||
|
||||
from cura.MachineAction import MachineAction
|
||||
from cura.MachineActionManager import NotUniqueMachineActionError, UnknownMachineActionError
|
||||
from cura.UI.MachineActionManager import NotUniqueMachineActionError, UnknownMachineActionError
|
||||
from cura.Settings.GlobalStack import GlobalStack
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue