commit | 9a22543b4b233732d9acb7b4417dda1f7b369a1a | [log] [tgz] |
---|---|---|
author | Andrea Frittoli (andreaf) <andrea.frittoli@hpe.com> | Fri Jun 17 12:16:22 2016 +0100 |
committer | Andrea Frittoli <andrea.frittoli@hpe.com> | Wed Jun 22 11:06:33 2016 +0000 |
tree | 1ffc5ee6e9bc065e0233ec578eec8e1a5a6c51ce | |
parent | 26300f9bd3fc929817a3784bfb550e4ec928dc12 [diff] |
Service client modules in object-storage __init__ Import the object-storage service client classes in the __init__ of the object-storage module, and define __all__, so that service client classes may be accessed by importing the object-storage module only. Change-Id: Ie0d13548d12e0ace4bb611470849d7ddcb23cbcb Partially-implements: bp client-manager-refactor