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:30:15 +0300
committerThomas-Karl Pietrowski <thopiekar@googlemail.com>2016-03-14 17:30:15 +0300
commit6adfbf4b905b136d1f9057e9fadbf08ea06ee2db (patch)
tree5bca24fe7f3c14c06c60636fbd14664420221189 /cura_app.py
parentd668438d1f55286f124514616f76611d6aedd6ce (diff)
Removing import of "os"
"os" is only needed for Windows as far as I can see it. However, it gets reimported for Windows, as you can see in line 22.
Diffstat (limited to 'cura_app.py')
-rwxr-xr-xcura_app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura_app.py b/cura_app.py
index e19147c5e5..bcecded34b 100755
--- a/cura_app.py
+++ b/cura_app.py
@@ -4,7 +4,6 @@
# Cura is released under the terms of the AGPLv3 or higher.
import sys
-import os
def exceptHook(type, value, traceback):
import cura.CrashHandler