diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 21:43:09 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 21:43:09 -0400 |
| commit | 908f2cd7727e939b87e3f57c1d3a189705de4c94 (patch) | |
| tree | d0a868121190fb0ae4cae2b9ee7ae199d5230ef0 /lib/extensions/base.py | |
| parent | 94f391ab4262b5e1c8dace0263467a0ec1f17058 (diff) | |
pyflakes fixes
Diffstat (limited to 'lib/extensions/base.py')
| -rw-r--r-- | lib/extensions/base.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/extensions/base.py b/lib/extensions/base.py index 07eaa40c..22bc82db 100644 --- a/lib/extensions/base.py +++ b/lib/extensions/base.py @@ -5,10 +5,10 @@ from copy import deepcopy from collections import MutableMapping from stringcase import snakecase -from ..svg.tags import * +from ..svg.tags import SVG_GROUP_TAG, INKSCAPE_GROUPMODE, SVG_DEFS_TAG, EMBROIDERABLE_TAGS, SVG_POLYLINE_TAG from ..elements import AutoFill, Fill, Stroke, SatinColumn, Polyline, EmbroideryElement -from ..utils import cache from ..commands import is_command, layer_commands +from ..i18n import _ SVG_METADATA_TAG = inkex.addNS("metadata", "svg") |
