From e42d8012d6d3d01d8067abe0f1bad2a4d466d7dd Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 16 May 2025 09:20:42 +0200 Subject: import exit method (#3730) --- lib/extensions/input.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/extensions/input.py') diff --git a/lib/extensions/input.py b/lib/extensions/input.py index e63f1652..16f9266a 100644 --- a/lib/extensions/input.py +++ b/lib/extensions/input.py @@ -4,7 +4,7 @@ # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. from html import unescape -from sys import platform +from sys import exit, platform from inkex import errormsg from lxml import etree -- cgit v1.2.3