Moved LayerData & Decorator outside of backend plugin

This commit is contained in:
Jaime van Kessel 2015-09-23 15:01:48 +02:00
parent 3d292cf328
commit fdd485a884
3 changed files with 2 additions and 2 deletions

View file

@ -10,8 +10,8 @@ from UM.Mesh.MeshData import MeshData
from UM.Message import Message
from UM.i18n import i18nCatalog
from . import LayerData
from . import LayerDataDecorator
from cura import LayerData
from cura import LayerDataDecorator
import numpy
import struct