beremiz

2b4a0d87becb
Parents 954d1f42d42d
Children 7df108e8cb18
Fixed canfestival extension own path resolution
--- a/canfestival/canfestival.py Thu Jun 18 11:36:35 2015 +0200
+++ b/canfestival/canfestival.py Fri Jun 19 11:36:35 2015 +0200
@@ -1,6 +1,6 @@
import os, sys, shutil
-base_folder = os.path.split(sys.path[0])[0]
+base_folder = os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
CanFestivalPath = os.path.join(base_folder, "CanFestival-3")
sys.path.append(os.path.join(CanFestivalPath, "objdictgen"))