diff options
author | Yu Yang (Gabriel) <Gabriel.yuyang@huawei.com> | 2017-01-17 02:45:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-17 02:45:28 +0000 |
commit | 14f84a307691cc17d02ec10dd07cf5f3e2c03705 (patch) | |
tree | d738e24ec847d4d260e85dbf344a0cb123cd086d /utils/env_prepare/__init__.py | |
parent | 7442c4d4516cd34dd50918a7b82462a356c94944 (diff) | |
parent | 9512f7cabad8cb1d7aaee22efe018c6539148dc2 (diff) |
Merge "Bottlenecks stack environment prepare"
Diffstat (limited to 'utils/env_prepare/__init__.py')
-rw-r--r-- | utils/env_prepare/__init__.py | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/env_prepare/__init__.py b/utils/env_prepare/__init__.py new file mode 100644 index 00000000..b124dfa9 --- /dev/null +++ b/utils/env_prepare/__init__.py @@ -0,0 +1,8 @@ +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## |