chiark / gitweb /
Fix bug with the copy to SD button in the project planner.
authorDaid <daid303@gmail.com>
Sun, 30 Sep 2012 19:38:54 +0000 (21:38 +0200)
committerDaid <daid303@gmail.com>
Sun, 30 Sep 2012 19:38:54 +0000 (21:38 +0200)
Cura/gui/projectPlanner.py

index ac231637c3be0840122cfb51ecffd351c432b8fa..c521ca550d96aaf7101159ec1ed11c9ed7dde470 100644 (file)
@@ -1,7 +1,7 @@
 from __future__ import absolute_import\r
 import __init__\r
 \r
-import wx, os, platform, types, webbrowser, math, subprocess, threading, time, re\r
+import wx, os, platform, types, webbrowser, math, subprocess, threading, time, re, shutil\r
 import ConfigParser\r
 import numpy\r
 \r