=== modified file 'lucioLib/luciole_project.py' --- lucioLib/luciole_project.py 2010-02-22 11:20:18 +0000 +++ lucioLib/luciole_project.py 2010-08-09 03:12:39 +0000 @@ -111,6 +111,7 @@ if os.path.isfile(project_file_path) : #create projetc dico l_project['project_path'] = project_file_path + l_project['project_dir']=os.path.split(project_file_path)[0] #parse XML project file try : @@ -188,7 +189,7 @@ """ scan xml project file """ # get path and dir data p_project['project_name'] = self.__project_xml.findtext("metas/projectName").strip() - p_project['project_dir'] = self.__project_xml.findtext("metas/projectPath").strip() + #xop p_project['project_dir'] = self.__project_xml.findtext("metas/projectPath").strip() p_project['export_dir'] = self.__project_xml.findtext("metas/export_dir").strip() p_project['rush_dir'] = self.__project_xml.findtext("metas/rush_dir").strip() # tmp dir nit in xml file but needed