Update oc_container_example

This commit is contained in:
Roman Mogilatov 2016-04-01 18:00:58 +03:00
parent 2cd80b1b4c
commit 3f6c4d1b2c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class Components(catalogs.DeclarativeCatalog):
"""Components catalog."""
service = providers.Factory(Service)
client = providers.Factory(Client, service=service)