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-04-19 21:18:07 +0300
committerThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-04-19 21:18:07 +0300
commit286673e812dc67a7311e6beffa146981ae2afb6a (patch)
tree019b11c8ef34414637c317923a30e7ed67f4eb2c
parent98c84798c62cc94d29133f8935cbece4232f0071 (diff)
Making WORKAROUND a true marker
-rwxr-xr-xcura_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index 3561a3b06e..060abd5520 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -6,7 +6,7 @@
import os
import sys
-# WORKAROUND: GITHUB-704 GITHUB-708
+#WORKAROUND: GITHUB-704 GITHUB-708
# It looks like setuptools creates a .pth file in
# the default /usr/lib which causes the default site-packages
# to be inserted into sys.path before PYTHONPATH.