From c75261a0231b3d2d79799bee7268b1e8910a7d9b Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sat, 18 Mar 2017 09:57:09 +0100 Subject: [PATCH] Removing multiple import We only need to import UM.Platform once. --- cura_app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura_app.py b/cura_app.py index 989c45b37a..f608aca1da 100755 --- a/cura_app.py +++ b/cura_app.py @@ -50,7 +50,6 @@ sys.excepthook = exceptHook # first seems to prevent Sip from going into a state where it # tries to create PyQt objects on a non-main thread. import Arcus #@UnusedImport -from UM.Platform import Platform import cura.CuraApplication import cura.Settings.CuraContainerRegistry