Skip to content
Snippets Groups Projects
Joachim Wuttke (h)'s avatar
Wuttke, Joachim authored
for consistency with other interface classes

    t = re.sub(r'(\W)(Simulation)(\W)', r'\1I\2\3', t)
    t = re.sub(r'(/)I(Simulation)', r'\1\2', t)
9c5fb7c6
History
Name Last commit Last update
..