commit | c33486f1ea3306ecb8f4ae6b944a332ba94dd3f1 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli (andreaf) <andrea.frittoli@hpe.com> | Fri Jun 17 12:22:08 2016 +0100 |
committer | Andrea Frittoli <andrea.frittoli@hpe.com> | Wed Jun 22 11:06:55 2016 +0000 |
tree | cc83661727e72e20abccd8223ad8375825b6f371 | |
parent | 9a22543b4b233732d9acb7b4417dda1f7b369a1a [diff] |
Service client modules in various services __init__ Import the remaning service client classes in the __init__ of the corresponding services module, and define __all__, so that service client classes may be accessed by importing the service module only. Change-Id: Id7428ac7bc9aeffed21a5e99c3f520f1568f2018 Partially-implements: bp client-manager-refactor