Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2018-03-29 12:01:09 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-04-05 16:14:15 +0300
commitc3fe53123b2b28c36f3fa60627919916dfc758fa (patch)
tree07dd6346ba6dabd43a42b174b2f47372889c5caa /plugins/GCodeProfileReader
parent8c4c52f915c77038456d574f99864ed53d741f06 (diff)
Create module cura.ReaderWriters
CURA-4644 Move all reader writer classes into cura.ReaderWriters.
Diffstat (limited to 'plugins/GCodeProfileReader')
-rw-r--r--plugins/GCodeProfileReader/GCodeProfileReader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GCodeProfileReader/GCodeProfileReader.py b/plugins/GCodeProfileReader/GCodeProfileReader.py
index d6bda85a48..f255950c36 100644
--- a/plugins/GCodeProfileReader/GCodeProfileReader.py
+++ b/plugins/GCodeProfileReader/GCodeProfileReader.py
@@ -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.
#