beremiz

1c5710e8c941
Parents 771578d7580e
Children 4b63934885e1
add import wx for testing platform
--- a/plugins/canfestival/canfestival.py Mon May 26 15:01:32 2008 +0200
+++ b/plugins/canfestival/canfestival.py Mon May 26 15:25:26 2008 +0200
@@ -1,4 +1,4 @@
-import os, sys
+import os, sys, wx
base_folder = os.path.split(sys.path[0])[0]
CanFestivalPath = os.path.join(base_folder, "CanFestival-3")
sys.path.append(os.path.join(CanFestivalPath, "objdictgen"))