diff options
author | Cedric Ollivier <ollivier.cedric@gmail.com> | 2017-03-29 12:52:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 12:52:31 +0000 |
commit | fe60c2fbe2b3f8d7c4c6cbf7e11dd97a9598fb7e (patch) | |
tree | 56da7c4855fc46e89fe627c57f1be070aedc415f /functest/opnfv_tests/mano | |
parent | e0ff12a18ff24f7c023fa5d6be0d145f450e0283 (diff) | |
parent | eaacf8913a141b1e518ea990e7f12f0a195f8c21 (diff) |
Merge "rename feature_base to feature"
Diffstat (limited to 'functest/opnfv_tests/mano')
-rw-r--r-- | functest/opnfv_tests/mano/orchestra.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/mano/orchestra.py b/functest/opnfv_tests/mano/orchestra.py index fd5e40d0..a805b62b 100644 --- a/functest/opnfv_tests/mano/orchestra.py +++ b/functest/opnfv_tests/mano/orchestra.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -import functest.core.feature_base as base +import functest.core.feature as base class Orchestra(base.FeatureBase): |