Fixed broken renames in qml

This commit is contained in:
Jaime van Kessel 2014-12-15 11:24:43 +01:00
parent 59767ec560
commit 8b3f1bacb2
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
from UM.Backend.Command import Command
from UM.plugins.CuraBackendEngine.Commands.TransferVertCommand import TransferVertCommand
from UM.plugins.UMBackendEngine.Commands.TransferVertCommand import TransferVertCommand
class TransferMeshCommand(Command):
def __init__(self):