From 31c8142397dfab8af32d328004dff526756487d8 Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Sat, 19 Dec 2020 22:08:02 -0600 Subject: [PATCH] Remove import --- source/ZAZLaTex2SVG.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/ZAZLaTex2SVG.py b/source/ZAZLaTex2SVG.py index 5f67048..48f77b4 100644 --- a/source/ZAZLaTex2SVG.py +++ b/source/ZAZLaTex2SVG.py @@ -3,8 +3,6 @@ import unohelper from com.sun.star.task import XJobExecutor import main -import easymacro as app - ID_EXTENSION = 'net.elmau.zaz.latex2svg' SERVICE = ('com.sun.star.task.Job',)