Fixed some obsoletion
This commit is contained in:
parent
3247d5f272
commit
e644c4c602
@ -229,8 +229,8 @@ class LayerGroup(inkex.Effect):
|
|||||||
|
|
||||||
if self.options.cleanup == True:
|
if self.options.cleanup == True:
|
||||||
try:
|
try:
|
||||||
import fablabchemnitz_cleangroups
|
import cleangroups
|
||||||
fablabchemnitz_cleangroups.CleanGroups.effect(self)
|
cleangroups.CleanGroups.effect(self)
|
||||||
except:
|
except:
|
||||||
inkex.utils.debug("Calling 'Remove Empty Groups' extension failed. Maybe the extension is not installed. You can download it from official InkScape Gallery.")
|
inkex.utils.debug("Calling 'Remove Empty Groups' extension failed. Maybe the extension is not installed. You can download it from official InkScape Gallery.")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user