Files
python-zunclient/zunclient/experimental/shell.py
Kevin Zhao 706f00001f Add capsule method in zunclient
1. Add new entry point /experimental alongside v1.
2. Capsule will use this entrypoint for quickly
development.

Part of blueprint introduce-compose

Change-Id: I592608aff001c53c76ee23681566156fa1aa71ed
Signed-off-by: Kevin Zhao <kevin.zhao@arm.com>
2017-09-01 11:34:23 +08:00

20 lines
700 B
Python

# Copyright 2017 Arm Limited.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain a
# copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from zunclient.experimental import capsules_shell
COMMAND_MODULES = [
capsules_shell,
]