From e644c4c602ca7e2956b6d437d3a8e5ae259eb778 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 7 Sep 2020 17:37:59 +0200 Subject: [PATCH] Fixed some obsoletion --- extensions/fablabchemnitz/styles_to_layers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/fablabchemnitz/styles_to_layers.py b/extensions/fablabchemnitz/styles_to_layers.py index 099d4c94..ac1012c5 100644 --- a/extensions/fablabchemnitz/styles_to_layers.py +++ b/extensions/fablabchemnitz/styles_to_layers.py @@ -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.")