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:
|
||||
try:
|
||||
import fablabchemnitz_cleangroups
|
||||
fablabchemnitz_cleangroups.CleanGroups.effect(self)
|
||||
import cleangroups
|
||||
cleangroups.CleanGroups.effect(self)
|
||||
except:
|
||||
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