From: daid Date: Fri, 18 Oct 2013 09:34:21 +0000 (+0200) Subject: Update youmagine api to fix compatibility with new youmagine release. X-Git-Tag: 13.11.2~47 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cb42f432d6fec45e2386b73b8c8daf384a93231e;p=cura.git Update youmagine api to fix compatibility with new youmagine release. --- diff --git a/Cura/util/youmagine.py b/Cura/util/youmagine.py index 1451178a..f8ed8e68 100644 --- a/Cura/util/youmagine.py +++ b/Cura/util/youmagine.py @@ -54,11 +54,15 @@ class Youmagine(object): ('Jewelry', 7), ('Maker/DIY', 8), ('Miniatures', 9), + ('Toys', 10), + ('3D printer parts and enhancements', 11), ('Other', 1), ] self._licenses = [ - ('Creative Commons - Share Alike', 'cc'), - ('Creative Commons - Attribution-NonCommercial-ShareAlike', 'ccnc'), + ('Creative Commons - Attribution Share Alike', 'ccbysa'), + ('Creative Commons - Attribution Non-Commercial ShareAlike', 'ccbyncsa'), + ('Creative Commons - Attribution No Derivatives', 'ccbynd'), + ('Creative Commons - Attribution Non-Commercial No Derivatives', 'ccbyncsa'), ('GPLv3', 'gplv3'), ]