Create module cura.ReaderWriters

CURA-4644

Move all reader writer classes into cura.ReaderWriters.
This commit is contained in:
Lipu Fei 2018-03-29 11:01:09 +02:00
parent 8c4c52f915
commit c3fe53123b
8 changed files with 5 additions and 8 deletions

View file

@ -12,8 +12,7 @@ from UM.Logger import Logger # Logging errors.
from UM.PluginRegistry import PluginRegistry # For getting the path to this plugin's directory.
from UM.Settings.ContainerRegistry import ContainerRegistry #To create unique profile IDs.
from UM.Settings.InstanceContainer import InstanceContainer # The new profile to make.
from cura.ProfileReader import ProfileReader # The plug-in type to implement.
from cura.Settings.ExtruderManager import ExtruderManager #To get the current extruder definition.
from cura.ReaderWriters.ProfileReader import ProfileReader # The plug-in type to implement.
## A plugin that reads profile data from legacy Cura versions.