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 --- tests/test_policyhandler.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_policyhandler.py b/tests/test_policyhandler.py index c90e521..2530dd3 100644 --- a/tests/test_policyhandler.py +++ b/tests/test_policyhandler.py @@ -18,6 +18,8 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. +"""test of the package for policy-handler of DCAE-Controller""" + import copy import json import logging -- cgit 1.2.3-korg