diff options
Diffstat (limited to 'lib')
| -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 |
