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:
authorNino van Hooff <ninovanhooff@gmail.com>2019-12-24 17:49:18 +0300
committerNino van Hooff <ninovanhooff@gmail.com>2019-12-24 17:49:18 +0300
commit8ae7459ea741da41fc4b03158268f1008aa603d1 (patch)
treee3061c72c83415cf3a284d5a88781b38b28b3146 /plugins/XmlMaterialProfile
parent128bfa987e67bb521c6d039eca76feca211c6ab2 (diff)
Use plugin Id instead of __file__ for XmlMaterialProfile
CURA-6255
Diffstat (limited to 'plugins/XmlMaterialProfile')
-rw-r--r--plugins/XmlMaterialProfile/PluginInfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/XmlMaterialProfile/PluginInfo.py b/plugins/XmlMaterialProfile/PluginInfo.py
index bb430b0af8..4b78a47a5e 100644
--- a/plugins/XmlMaterialProfile/PluginInfo.py
+++ b/plugins/XmlMaterialProfile/PluginInfo.py
@@ -11,5 +11,5 @@ class PluginInfo(PluginObject):
PluginInfo.__instance = self
@classmethod
- def getInstance(cls, *args, **kwargs) -> "USBPrinterOutputDeviceManager":
+ def getInstance(cls, *args, **kwargs) -> "PluginInfo":
return cls.__instance \ No newline at end of file