Merge pull request #785 from thopiekar/master

Removing unneeded import of 'os'
This commit is contained in:
Jaime van Kessel 2016-06-10 11:21:35 +02:00 committed by GitHub
commit 1aa11593fa

View file

@ -36,7 +36,6 @@ import Arcus #@UnusedImport
import cura.CuraApplication
if sys.platform == "win32" and hasattr(sys, "frozen"):
import os
dirpath = os.path.expanduser("~/AppData/Local/cura/")
os.makedirs(dirpath, exist_ok = True)
sys.stdout = open(os.path.join(dirpath, "stdout.log"), "w")