Bug while trying to import SVG file fixed
authorlaurent
Wed, 07 Oct 2009 09:03:15 +0200
changeset 407 0bef13d73350
parent 406 18811cff50e6
child 408 6eaa1908507d
Bug while trying to import SVG file fixed
plugins/python/modules/svgui/svgui.py
--- a/plugins/python/modules/svgui/svgui.py	Tue Oct 06 12:10:46 2009 +0200
+++ b/plugins/python/modules/svgui/svgui.py	Wed Oct 07 09:03:15 2009 +0200
@@ -1,5 +1,5 @@
 import wx
-import os, sys
+import os, sys, shutil
 
 from plugger import opjimg
 from plugins.python import PythonCodeTemplate