diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2020-04-28 12:34:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-28 18:34:05 +0200 |
| commit | cb2b4e3522cb7f426ba5ad3e68deb9e6ccc581ec (patch) | |
| tree | 2a2f38823c3c9f0b5439ce2aa7c9040299109292 /lib/extensions/__init__.py | |
| parent | eb526927e16954390d06929535d6f5c3766b5f6c (diff) | |
electron simulator (#531)
Diffstat (limited to 'lib/extensions/__init__.py')
| -rw-r--r-- | lib/extensions/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/extensions/__init__.py b/lib/extensions/__init__.py index 6f9ef5c4..3c67700b 100644 --- a/lib/extensions/__init__.py +++ b/lib/extensions/__init__.py @@ -16,7 +16,7 @@ from output import Output from params import Params from print_pdf import Print from remove_embroidery_settings import RemoveEmbroiderySettings -from simulate import Simulate +from simulator import Simulator from stitch_plan_preview import StitchPlanPreview from zip import Zip @@ -25,7 +25,6 @@ __all__ = extensions = [Embroider, Install, Params, Print, - Simulate, Input, Output, Zip, @@ -40,4 +39,5 @@ __all__ = extensions = [Embroider, Troubleshoot, RemoveEmbroiderySettings, BreakApart, - ImportThreadlist] + ImportThreadlist, + Simulator] |
