diff options
| author | Kaalleen <reni@allenka.de> | 2021-06-27 22:47:43 +0200 |
|---|---|---|
| committer | Kaalleen <reni@allenka.de> | 2021-06-27 22:47:43 +0200 |
| commit | 2f54ff2a436f2774bfdc730b6e95c43f18ed81ac (patch) | |
| tree | 638565e7ba94a12afcdafb0ab896246c4860c751 /lib/extensions/base.py | |
| parent | c602c4c517cab40dfc2dc7dbc5c29c037cccafae (diff) | |
group command extension
Diffstat (limited to 'lib/extensions/base.py')
| -rw-r--r-- | lib/extensions/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/base.py b/lib/extensions/base.py index ce5f8b1d..353e433c 100644 --- a/lib/extensions/base.py +++ b/lib/extensions/base.py @@ -12,7 +12,7 @@ import inkex from lxml import etree from stringcase import snakecase -from ..commands import is_command, layer_commands, group_commands +from ..commands import group_commands, is_command, layer_commands from ..elements import EmbroideryElement, nodes_to_elements from ..elements.clone import is_clone from ..i18n import _ |
