mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -06:00
Create module cura.ReaderWriters
CURA-4644 Move all reader writer classes into cura.ReaderWriters.
This commit is contained in:
parent
8c4c52f915
commit
c3fe53123b
8 changed files with 5 additions and 8 deletions
|
@ -3,8 +3,7 @@
|
|||
# Uranium is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from UM.Logger import Logger
|
||||
from UM.SaveFile import SaveFile
|
||||
from cura.ProfileWriter import ProfileWriter
|
||||
from cura.ReaderWriters.ProfileWriter import ProfileWriter
|
||||
import zipfile
|
||||
|
||||
## Writes profiles to Cura's own profile format with config files.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue