mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -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
|
@ -9,7 +9,7 @@ from UM.Logger import Logger
|
|||
from UM.i18n import i18nCatalog
|
||||
catalog = i18nCatalog("cura")
|
||||
|
||||
from cura.ProfileReader import ProfileReader, NoProfileException
|
||||
from cura.ReaderWriters.ProfileReader import ProfileReader, NoProfileException
|
||||
|
||||
## A class that reads profile data from g-code files.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue