author | greg |
Mon, 26 May 2008 15:25:26 +0200 | |
changeset 159 | 1c5710e8c941 |
parent 158 | 771578d7580e |
child 160 | 4b63934885e1 |
--- 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"))