CompFactory: namespace access for legacy Configurables

Implement attribute lookup for Configurables within a namespace for the legeacy CompFactory. This allows to write code like

alg = CompFactory.NS1.NS2.MyAlg()

that works in the old and new-style configuration.

Also implement unit test for CompFactory.

cc @tbold @wlampl

Merge request reports

Loading