summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/exceptions.py
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-28 18:43:05 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-28 18:53:27 +0800
commit98d7251bed2598fbe019c37efa3d123942e1cdb0 (patch)
tree9ab891df9861a6f8a9f9c9aa1d8b27bd6b2a3b4f /lcm/lcm/pub/exceptions.py
parenta1033338e24dbe2f243f23461e615c708f4cdcab (diff)
Fix vnflcm adaptor pep8 error.
Change-Id: I2e8244995ce26877ce256a6670f58771270edbea Issue-Id: VFC-473 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/exceptions.py')
-rw-r--r--lcm/lcm/pub/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/lcm/pub/exceptions.py b/lcm/lcm/pub/exceptions.py
index 6249dd4e..274c0d06 100644
--- a/lcm/lcm/pub/exceptions.py
+++ b/lcm/lcm/pub/exceptions.py
@@ -12,5 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+
class NFLCMException(Exception):
pass