author | Edouard Tisserant |
Fri, 19 Jun 2015 11:36:35 +0200 | |
changeset 1464 | 2b4a0d87becb |
parent 1461 | 954d1f42d42d |
child 1468 | 7df108e8cb18 |
--- 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"))