some small fix in cleangroups extension

This commit is contained in:
Mario Voigt 2021-04-02 10:16:23 +02:00
parent 60b6452796
commit d91068f11a
1 changed files with 3 additions and 3 deletions

View File

@ -10,12 +10,12 @@ This extension is totally minimal. It will just clean the whole document from gr
Author: Mario Voigt / FabLab Chemnitz
Mail: mario.voigt@stadtfabrikanten.org
Date: 19.08.2020
Last Patch: 23.08.2020
Last Patch: 01.04.2021
License: GNU GPL v3
"""
class CleanGroups(inkex.Effect):
class CleanGroups(inkex.EffectExtension):
def __init__(self):
inkex.Effect.__init__(self)