-
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)
Wuttke, Joachim authoredfor 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)