mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57: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.TransferMeshCommand import TransferMeshCommand
|
||||
from UM.Backend.Command import Command
|
||||
from UM.plugins.CuraBackendEngine.Commands.TransferMeshCommand import TransferMeshCommand
|
||||
|
||||
class TransferMeshesCommand(Command):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue