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:
authorLipu Fei <lipu.fei815@gmail.com>2018-05-02 11:18:50 +0300
committerLipu Fei <lipu.fei815@gmail.com>2018-05-02 11:18:52 +0300
commitf836cdf3f40474f63f46f14d72272abd5c5c6ec4 (patch)
tree3ee4d877e2dcf0b282fe825f417b343532a59bf2 /cura_app.py
parent41092b4d483ac08f4982469e0b06fb41c9e0a928 (diff)
Fix indent
CURA-5289
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 695be52816..8a04b8fe09 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -47,7 +47,7 @@ if Platform.isLinux(): # Needed for platform.linux_distribution, which is not av
# For Ubuntu: https://bugs.launchpad.net/ubuntu/+source/python-qt4/+bug/941826
linux_distro_name = platform.linux_distribution()[0].lower()
# The workaround is only needed on Ubuntu+NVidia drivers. Other drivers are not affected, but fine with this fix.
- try:
+ try:
import ctypes
from ctypes.util import find_library
libGL = find_library("GL")