diff options
| -rw-r--r-- | lib/output.py | 2 | ||||
| -rw-r--r-- | messages.po | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/output.py b/lib/output.py index 1278c5b1..cf7895e8 100644 --- a/lib/output.py +++ b/lib/output.py @@ -1,6 +1,8 @@ +import sys import pyembroidery import simpletransform +from .i18n import _ from .utils import Point from .svg import PIXELS_PER_MM, get_doc_size, get_viewbox_transform from .commands import global_command diff --git a/messages.po b/messages.po index f477151e..487fbecd 100644 --- a/messages.po +++ b/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-09-01 20:06-0400\n" +"POT-Creation-Date: 2018-09-01 20:11-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -704,7 +704,7 @@ msgstr "" #. low-level file error. %(error)s is (hopefully?) translated by #. the user's system automatically. -#: lib/output.py:92 +#: lib/output.py:94 #, python-format msgid "Error writing to %(path)s: %(error)s" msgstr "" |
