From f53e5e70d88d813fb84848538472c601914ec652 Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Thu, 11 Jan 2018 11:15:56 -0500 Subject: moved module docstring below the license text Change-Id: I2a3628cb67d15ab2828f6818764d111df13e795a Issue-ID: DCAEGEN2-249 Signed-off-by: Alex Shatov --- policyhandler/policy_receiver.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'policyhandler/policy_receiver.py') diff --git a/policyhandler/policy_receiver.py b/policyhandler/policy_receiver.py index ec25987..080f544 100644 --- a/policyhandler/policy_receiver.py +++ b/policyhandler/policy_receiver.py @@ -1,13 +1,3 @@ -""" -policy-receiver communicates with policy-engine -thru web-socket to receive push notifications -on updates and removal of policies. - -on receiving the policy-notifications, the policy-receiver -filters them out by the policy scope(s) provided in policy-handler config -and passes the notifications to policy-updater -""" - # org.onap.dcae # ================================================================================ # Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. @@ -27,6 +17,16 @@ and passes the notifications to policy-updater # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +""" +policy-receiver communicates with policy-engine +thru web-socket to receive push notifications +on updates and removal of policies. + +on receiving the policy-notifications, the policy-receiver +filters them out by the policy scope(s) provided in policy-handler config +and passes the notifications to policy-updater +""" + import json import logging import re -- cgit 1.2.3-korg