Fix import in plugin subdirectory

Contributes to issue CURA-4526.
This commit is contained in:
Ghostkeeper 2017-11-20 15:36:54 +01:00
parent b439581e2d
commit 604105752d
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -26,7 +26,7 @@ from UM.View.GL.OpenGLContext import OpenGLContext
from UM.View.View import View
from UM.i18n import i18nCatalog
from cura.ConvexHullNode import ConvexHullNode
from plugins.SimulationView.NozzleNode import NozzleNode
from . import NozzleNode
from . import SimulationPass, SimulationViewProxy
catalog = i18nCatalog("cura")