diff options
author | 2017-08-24 18:20:20 +0800 | |
---|---|---|
committer | 2017-08-24 18:20:20 +0800 | |
commit | 4ade9ad1887d2ccdfa81596e9f22108cd90bf774 (patch) | |
tree | 2a79065fbdc0d3b75762d7ddb305810de7e915d5 /lcm/swagger/__init__.py | |
parent | 3df446bfae1f2761de08dd6adf99623149f74cc2 (diff) |
swagger supports multifile
Split the swagger into multi files to nslcm,vnflcm,etc.
Change-Id: Ic9b645798316df9048528a84305af44855af7dd5
Issue-ID: VFC-145
Signed-off-by: maopengzhang <zhang.maopeng1@zte.com.cn>
Diffstat (limited to 'lcm/swagger/__init__.py')
-rw-r--r-- | lcm/swagger/__init__.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lcm/swagger/__init__.py b/lcm/swagger/__init__.py new file mode 100644 index 00000000..49c7b944 --- /dev/null +++ b/lcm/swagger/__init__.py @@ -0,0 +1,10 @@ +# Copyright 2016-2017 ZTE Corporation. +# +# 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. |