Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Edwards <s.edwards@ultimaker.com>2016-11-21 23:36:08 +0300
committerSimon Edwards <s.edwards@ultimaker.com>2016-11-21 23:36:08 +0300
commit14afd9eab7687a26a49d730c0aef1883b51eb570 (patch)
treeace9fb3fc280b97f6dce62bb0b1380bef8c62187 /cura_app.py
parentb2068ce99bc65b135ef10c577a732e8b06ed9a35 (diff)
Heaps to changes to get the Cura code through the type checker (with minimal checking).
CURA-2917
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cura_app.py b/cura_app.py
index 5c3ea811b5..6c75e49fb7 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -55,8 +55,5 @@ if Platform.isWindows() and hasattr(sys, "frozen"):
sys.stdout = open(os.path.join(dirpath, "stdout.log"), "w")
sys.stderr = open(os.path.join(dirpath, "stderr.log"), "w")
-# Force an instance of CuraContainerRegistry to be created and reused later.
-cura.Settings.CuraContainerRegistry.getInstance()
-
app = cura.CuraApplication.CuraApplication.getInstance()
app.run()