diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-10-16 09:22:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-16 09:22:44 +0000 |
commit | 164ef1c2bf4cc3564b0044801b349f4733f2e7cf (patch) | |
tree | 6bf5adfeda59430895c0cd489dbb98449cdcb665 /utils/test/testapi/update/__init__.py | |
parent | ff169618789d264e1ef28205eac362dddc33f57b (diff) | |
parent | b95e0889ca5a80dc4f697845673d5471727bfc09 (diff) |
Merge changes from topics 'testapi', 'yamllint'
* changes:
delete legacy update code
fix yamllint verify fail
Diffstat (limited to 'utils/test/testapi/update/__init__.py')
-rw-r--r-- | utils/test/testapi/update/__init__.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/test/testapi/update/__init__.py b/utils/test/testapi/update/__init__.py deleted file mode 100644 index 363bc388e..000000000 --- a/utils/test/testapi/update/__init__.py +++ /dev/null @@ -1,8 +0,0 @@ -############################################################################## -# Copyright (c) 2016 ZTE Corporation -# feng.xiaowei@zte.com.cn -# 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 -############################################################################## |