Fixed some obsoletion

This commit is contained in:
Mario Voigt 2020-09-07 17:37:59 +02:00
parent 3247d5f272
commit e644c4c602
1 changed files with 2 additions and 2 deletions

View File

@ -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.")