mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Fix unit test
CURA-4360
This commit is contained in:
parent
9cbd710593
commit
889753f958
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
#Todo: Write tests
|
#Todo: Write tests
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
# QtApplication needs to be imported first to prevent import errors.
|
||||||
|
from UM.Qt.QtApplication import QtApplication
|
||||||
|
|
||||||
from cura.MachineAction import MachineAction
|
from cura.MachineAction import MachineAction
|
||||||
from cura.MachineActionManager import MachineActionManager, NotUniqueMachineActionError, UnknownMachineActionError
|
from cura.MachineActionManager import MachineActionManager, NotUniqueMachineActionError, UnknownMachineActionError
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue