diff options
Diffstat (limited to 'policyhandler/discovery.py')
-rw-r--r-- | policyhandler/discovery.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/discovery.py b/policyhandler/discovery.py index 33c3265..bfb4e9a 100644 --- a/policyhandler/discovery.py +++ b/policyhandler/discovery.py @@ -1,5 +1,3 @@ -"""client to talk to consul at the standard port 8500""" - # org.onap.dcae # ================================================================================ # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. @@ -19,6 +17,8 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +"""client to talk to consul at the standard port 8500""" + import logging import json import base64 |