From a00f0ece18a0b611e29d6261f5e116fbf253bece Mon Sep 17 00:00:00 2001 From: Thomas-Karl Pietrowski Date: Mon, 14 Mar 2016 15:34:42 +0100 Subject: Adding #@UnusedImport to ignore this import --- cura_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cura_app.py') diff --git a/cura_app.py b/cura_app.py index 07c27462e7..853edabd5e 100755 --- a/cura_app.py +++ b/cura_app.py @@ -15,7 +15,7 @@ sys.excepthook = exceptHook # is a race condition between Arcus and PyQt. Importing Arcus # first seems to prevent Sip from going into a state where it # tries to create PyQt objects on a non-main thread. -import Arcus +import Arcus #@UnusedImport import cura.CuraApplication if sys.platform == "win32" and hasattr(sys, "frozen"): -- cgit v1.2.3