# HG changeset patch # User greg # Date 1211808326 -7200 # Node ID 1c5710e8c941ed1445267793291d44f98562389c # Parent 771578d7580e44ab4c6b83e44c9bc83b850bc857 add import wx for testing platform diff -r 771578d7580e -r 1c5710e8c941 plugins/canfestival/canfestival.py --- 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"))