diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-23 21:46:22 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-24 20:56:30 -0400 |
| commit | 7f9208ae2a97026019ff36d28faf37a5c1b9b270 (patch) | |
| tree | 007e4b8293d5f3d933824974ebd77f3faf408f58 | |
| parent | a8ac170e87cf9db1b976ca1a068b67f5a70cc571 (diff) | |
style fixes
| -rw-r--r-- | lib/commands.py | 1 | ||||
| -rw-r--r-- | lib/output.py | 2 | ||||
| -rw-r--r-- | messages.po | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/lib/commands.py b/lib/commands.py index a9b97b35..3a4ca230 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -173,6 +173,7 @@ def global_commands(svg, command): if standalone_command.command == command: yield standalone_command + @cache def global_command(svg, command): """Find a single command of the specified type. diff --git a/lib/output.py b/lib/output.py index 92f09963..d5c513e2 100644 --- a/lib/output.py +++ b/lib/output.py @@ -1,7 +1,5 @@ import pyembroidery -import inkex import simpletransform -import shapely.geometry as shgeo from .utils import Point from .svg import PIXELS_PER_MM, get_doc_size, get_viewbox_transform diff --git a/messages.po b/messages.po index 367aee23..d5dbe507 100644 --- a/messages.po +++ b/messages.po @@ -89,7 +89,7 @@ msgstr "" msgid "Jump destination for Stop commands (a.k.a. \"Frame Out position\")." msgstr "" -#: lib/commands.py:188 +#: lib/commands.py:189 #, python-format msgid "" "Error: there is more than one %(command)s command in the document, but " @@ -101,7 +101,7 @@ msgstr "" #. command name to them. Contents of %(description)s are in a separate #. translation #. string. -#: lib/commands.py:195 +#: lib/commands.py:196 #, python-format msgid "%(command)s: %(description)s" msgstr "" |
