diff --git a/topics/convergence/lci/lci.py b/topics/convergence/lci/lci.py index c0c5180c..ff994846 100755 --- a/topics/convergence/lci/lci.py +++ b/topics/convergence/lci/lci.py @@ -27,7 +27,7 @@ def readxmlconfig (cfg): config = ElementTree.parse(cfg) # shortcuts for outline in config.findall('//shortcut'): - shortcuts[outline.findtext('name')]=expandxml(outline.findall('definition')[0],{}) + shortcuts[outline.findtext('name')]=expandxml(outline.findall('expansion')[0],{}) # actions for outline in config.findall('//target/branch/perform'): if outline.text not in actions: diff --git a/topics/fl/lci/fl.lcf b/topics/fl/lci/fl.lcf index 9dcb4173..797b5dfe 100644 --- a/topics/fl/lci/fl.lcf +++ b/topics/fl/lci/fl.lcf @@ -2,17 +2,17 @@ slps - ../../.. + ../../.. fl - .. + .. tools - + slps/shared/tools - +