From cb2b4e3522cb7f426ba5ad3e68deb9e6ccc581ec Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 28 Apr 2020 12:34:05 -0400 Subject: electron simulator (#531) --- lib/extensions/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/extensions/__init__.py') 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] -- cgit v1.2.3