summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-05-16 09:20:42 +0200
committerGitHub <noreply@github.com>2025-05-16 09:20:42 +0200
commite42d8012d6d3d01d8067abe0f1bad2a4d466d7dd (patch)
tree740e5bda7913054b25eb6bd243e7be88cfdd5a85
parenta09f8586bfe964aa2ccc49e1fc9a3586eb559c59 (diff)
import exit method (#3730)
-rw-r--r--lib/extensions/input.py2
1 files changed, 1 insertions, 1 deletions
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