plugins/canfestival/canfestival.py
changeset 20 d3cb5020997b
parent 18 0fac6d621a24
child 22 9a0c535c3272
--- a/plugins/canfestival/canfestival.py	Tue Sep 04 17:16:42 2007 +0200
+++ b/plugins/canfestival/canfestival.py	Tue Sep 04 17:58:29 2007 +0200
@@ -1,4 +1,7 @@
-import os
+import os, sys
+base_folder = os.path.split(sys.path[0])[0]
+sys.path.append(os.path.join(base_folder, "CanFestival-3", "objdictgen"))
+
 from nodelist import NodeList
 from nodemanager import NodeManager
 import config_utils, gen_cfile