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:
authorThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-03-14 17:34:42 +0300
committerThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-03-14 17:34:42 +0300
commita00f0ece18a0b611e29d6261f5e116fbf253bece (patch)
treeed709164e4e0126336554920c2c1013b3384c611 /cura_app.py
parent27423205b06b031572b675ee29a487f4b900fe56 (diff)
Adding #@UnusedImport to ignore this import
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py2
1 files changed, 1 insertions, 1 deletions
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"):