mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix import error starting up with an empty profile
CURA-1376
This commit is contained in:
parent
a862f29794
commit
967c062357
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ from UM.Logger import Logger
|
||||||
from UM.Qt.Bindings.BackendProxy import BackendState #To determine the state of the slicing job.
|
from UM.Qt.Bindings.BackendProxy import BackendState #To determine the state of the slicing job.
|
||||||
from UM.Message import Message
|
from UM.Message import Message
|
||||||
from UM.PluginRegistry import PluginRegistry
|
from UM.PluginRegistry import PluginRegistry
|
||||||
|
from UM.Resources import Resources
|
||||||
|
|
||||||
from cura.OneAtATimeIterator import OneAtATimeIterator
|
from cura.OneAtATimeIterator import OneAtATimeIterator
|
||||||
from . import ProcessSlicedLayersJob
|
from . import ProcessSlicedLayersJob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue