summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-01 20:11:44 -0400
committerLex Neva <github.com@lexneva.name>2018-09-01 20:11:44 -0400
commitc980279ae681561a5066f929998d437eb6f256f3 (patch)
tree65f236816eb1ccfbc4d20c1840b1996bceef704c
parent71643ba280d251b6bf7727d5f6841d8cda1a5bca (diff)
fix missing imports
-rw-r--r--lib/output.py2
-rw-r--r--messages.po4
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 ""