Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-174-Refactor-instantiation-phase 6448dfeaf -> c29cc9bcf
tmp change Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c29cc9bc Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c29cc9bc Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/c29cc9bc Branch: refs/heads/ARIA-174-Refactor-instantiation-phase Commit: c29cc9bcff41ca6952a390a3a10c3326fb78889d Parents: 6448dfe Author: max-orlov <[email protected]> Authored: Sun Jul 23 14:36:56 2017 +0300 Committer: max-orlov <[email protected]> Committed: Sun Jul 23 14:36:56 2017 +0300 ---------------------------------------------------------------------- aria/orchestrator/topology/__init__.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c29cc9bc/aria/orchestrator/topology/__init__.py ---------------------------------------------------------------------- diff --git a/aria/orchestrator/topology/__init__.py b/aria/orchestrator/topology/__init__.py index ae9c900..572e8f8 100644 --- a/aria/orchestrator/topology/__init__.py +++ b/aria/orchestrator/topology/__init__.py @@ -14,3 +14,4 @@ # limitations under the License. from .topology import Instantiation, initiator +
