diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-05-16 09:20:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 09:20:42 +0200 |
| commit | e42d8012d6d3d01d8067abe0f1bad2a4d466d7dd (patch) | |
| tree | 740e5bda7913054b25eb6bd243e7be88cfdd5a85 /lib/extensions/input.py | |
| parent | a09f8586bfe964aa2ccc49e1fc9a3586eb559c59 (diff) | |
import exit method (#3730)
Diffstat (limited to 'lib/extensions/input.py')
| -rw-r--r-- | lib/extensions/input.py | 2 |
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 |
