diff options
Diffstat (limited to 'policyhandler/policy_rest.py')
-rw-r--r-- | policyhandler/policy_rest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/policy_rest.py b/policyhandler/policy_rest.py index 1e50693..57dcfae 100644 --- a/policyhandler/policy_rest.py +++ b/policyhandler/policy_rest.py @@ -1,5 +1,3 @@ -"""policy-client communicates with policy-engine thru REST API""" - # 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. +"""policy-client communicates with policy-engine thru REST API""" + import logging import json import copy |