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:
authorSimon Edwards <s.edwards@ultimaker.com>2016-06-08 15:40:10 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-06-09 15:14:48 +0300
commitc03588c6e576f3e164f5b28baf848b8072e2e78c (patch)
treec98906f1798fef38b5a3a53cc9b28a9e42117a83 /plugins/CuraProfileReader
parentd57e2b2e225fbe851cc0e26d166078df6ae417c3 (diff)
Profile export now goes via the plugin system, and does the same filename checks as before.
Contributed to CURA-1667 Profile import/export
Diffstat (limited to 'plugins/CuraProfileReader')
-rw-r--r--plugins/CuraProfileReader/CuraProfileReader.py1
-rw-r--r--plugins/CuraProfileReader/__init__.py2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/CuraProfileReader/CuraProfileReader.py b/plugins/CuraProfileReader/CuraProfileReader.py
index 1d27649498..c9b4e60046 100644
--- a/plugins/CuraProfileReader/CuraProfileReader.py
+++ b/plugins/CuraProfileReader/CuraProfileReader.py
@@ -3,7 +3,6 @@
from UM.Application import Application #To get the machine manager to create the new profile in.
from UM.Logger import Logger
-from UM.Settings.Profile import Profile
from UM.Settings.ProfileReader import ProfileReader
diff --git a/plugins/CuraProfileReader/__init__.py b/plugins/CuraProfileReader/__init__.py
index bfaa16ed5e..c4206ab763 100644
--- a/plugins/CuraProfileReader/__init__.py
+++ b/plugins/CuraProfileReader/__init__.py
@@ -13,7 +13,7 @@ def getMetaData():
"author": "Ultimaker",
"version": "1.0",
"description": catalog.i18nc("@info:whatsthis", "Provides support for importing Cura profiles."),
- "api": 2
+ "api": 3
},
"profile_reader": [
{