From e30edf99e67955e757a6abe07a3dc900d00104ae Mon Sep 17 00:00:00 2001 From: Daid Date: Sun, 30 Sep 2012 21:38:54 +0200 Subject: [PATCH] Fix bug with the copy to SD button in the project planner. --- Cura/gui/projectPlanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/gui/projectPlanner.py b/Cura/gui/projectPlanner.py index ac23163..c521ca5 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