diff --git a/python/templates/selection.xml.jinja2 b/python/templates/selection.xml.jinja2 index 9fb4934c2..00b52c78a 100644 --- a/python/templates/selection.xml.jinja2 +++ b/python/templates/selection.xml.jinja2 @@ -30,6 +30,7 @@ {# Additionally, in order to allow "direct" access to the user facing classes #} {# we have to declare them here, otherwise they cannot be easily imported #} {{ class_selection(class, prefix='Mutable') }} +{{ class_selection(class) }} {{ class_selection(class, postfix='Collection') }} {% endfor %}