Move ProfileReader and ProfileWriter over to Cura itself.

Contributes to CURA-1667 Profile import/export
This commit is contained in:
Simon Edwards 2016-06-08 15:36:26 +02:00
parent c03588c6e5
commit 97d64a0749
3 changed files with 29 additions and 5 deletions

View file

@ -4,7 +4,7 @@
from UM.Logger import Logger
from UM.SaveFile import SaveFile
from UM.Settings.ProfileWriter import ProfileWriter
from cura.ProfileWriter import ProfileWriter
## Writes profiles to Cura's own profile format with config files.