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