mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Refactoring of namespace
This commit is contained in:
parent
ad33effbbe
commit
59767ec560
4 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
from Cura.Backend.Command import Command
|
||||
from Cura.plugins.CuraBackendEngine.Commands.TransferVertCommand import TransferVertCommand
|
||||
from UM.Backend.Command import Command
|
||||
from UM.plugins.CuraBackendEngine.Commands.TransferVertCommand import TransferVertCommand
|
||||
|
||||
class TransferMeshCommand(Command):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue