Implement attribute lookup for Configurables within a namespace for the legeacy CompFactory. This allows to write code like
CompFactory
alg = CompFactory.NS1.NS2.MyAlg()
that works in the old and new-style configuration.
Also implement unit test for CompFactory.
cc @tbold @wlampl