mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -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
|
@ -6,11 +6,8 @@
|
|||
import unittest.mock
|
||||
import pytest
|
||||
|
||||
import Arcus #Prevents error: "PyCapsule_GetPointer called with incorrect name" with conflicting SIP configurations between Arcus and PyQt: Import Arcus and Savitar first!
|
||||
import Savitar
|
||||
from UM.Qt.QtApplication import QtApplication #QtApplication import is required, even though it isn't used.
|
||||
from cura.CuraApplication import CuraApplication
|
||||
from cura.MachineActionManager import MachineActionManager
|
||||
from cura.UI.MachineActionManager import MachineActionManager
|
||||
|
||||
|
||||
# Create a CuraApplication object that will be shared among all tests. It needs to be initialized.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue