mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Fix import in plugin subdirectory
Contributes to issue CURA-4526.
This commit is contained in:
parent
b439581e2d
commit
604105752d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from UM.View.GL.OpenGLContext import OpenGLContext
|
||||||
from UM.View.View import View
|
from UM.View.View import View
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
from cura.ConvexHullNode import ConvexHullNode
|
from cura.ConvexHullNode import ConvexHullNode
|
||||||
from plugins.SimulationView.NozzleNode import NozzleNode
|
from . import NozzleNode
|
||||||
from . import SimulationPass, SimulationViewProxy
|
from . import SimulationPass, SimulationViewProxy
|
||||||
|
|
||||||
catalog = i18nCatalog("cura")
|
catalog = i18nCatalog("cura")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue