diff options
Diffstat (limited to 'policyhandler/policy_updater.py')
-rw-r--r-- | policyhandler/policy_updater.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/policyhandler/policy_updater.py b/policyhandler/policy_updater.py index 9732f69..0e06f2c 100644 --- a/policyhandler/policy_updater.py +++ b/policyhandler/policy_updater.py @@ -1,5 +1,3 @@ -"""policy-updater thread""" - # 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-updater thread""" + import logging import json from Queue import Queue |