From: Daid Date: Sun, 30 Sep 2012 19:38:54 +0000 (+0200) Subject: Fix bug with the copy to SD button in the project planner. X-Git-Tag: 13.03~317 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e30edf99e67955e757a6abe07a3dc900d00104ae;p=cura.git Fix bug with the copy to SD button in the project planner. --- diff --git a/Cura/gui/projectPlanner.py b/Cura/gui/projectPlanner.py index ac231637..c521ca55 100644 --- a/Cura/gui/projectPlanner.py +++ b/Cura/gui/projectPlanner.py @@ -1,7 +1,7 @@ from __future__ import absolute_import import __init__ -import wx, os, platform, types, webbrowser, math, subprocess, threading, time, re +import wx, os, platform, types, webbrowser, math, subprocess, threading, time, re, shutil import ConfigParser import numpy