diff options
| author | Lex Neva <github.com@lexneva.name> | 2021-08-07 12:18:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2021-08-07 12:18:55 -0400 |
| commit | 173548dee569b0503ba1ddeba5cb8aae74c44c46 (patch) | |
| tree | c17c62c7f593524d3a72e668502506f1aebe5bd4 /lib/stitch_plan/__init__.py | |
| parent | 4b9df25a9a0203072c6a47b9ce29505561463fbf (diff) | |
rename more patch references
Diffstat (limited to 'lib/stitch_plan/__init__.py')
| -rw-r--r-- | lib/stitch_plan/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitch_plan/__init__.py b/lib/stitch_plan/__init__.py index ba4729bb..d4b43ace 100644 --- a/lib/stitch_plan/__init__.py +++ b/lib/stitch_plan/__init__.py @@ -3,7 +3,7 @@ # Copyright (c) 2010 Authors # Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details. -from .stitch_plan import patches_to_stitch_plan, StitchPlan +from .stitch_plan import stitch_groups_to_stitch_plan, StitchPlan from .color_block import ColorBlock from .stitch_group import StitchGroup from .stitch import Stitch |
