Fix bug with the copy to SD button in the project planner.

master
Daid 2012-09-30 21:38:54 +02:00
parent f4c6f4c886
commit e30edf99e6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
from __future__ import absolute_import from __future__ import absolute_import
import __init__ 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 ConfigParser
import numpy import numpy