From: Ruan HE Date: Tue, 2 Jan 2018 08:30:34 +0000 (+0000) Subject: Merge "Add comment and fix on functions that contains bugs in pdp module" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0b785d7a9c075e45245edbbdc1415680c0818c5d;p=moon.git Merge "Add comment and fix on functions that contains bugs in pdp module" --- 0b785d7a9c075e45245edbbdc1415680c0818c5d diff --cc python_moondb/python_moondb/api/pdp.py index c75040ae,07feab7e..d39418b8 --- a/python_moondb/python_moondb/api/pdp.py +++ b/python_moondb/python_moondb/api/pdp.py @@@ -4,12 -4,12 +4,12 @@@ # or at 'http://www.apache.org/licenses/LICENSE-2.0'. from uuid import uuid4 -from oslo_log import log as logging -from python_moonutilities.security_functions import filter_input, enforce +import logging +from python_moonutilities.security_functions import enforce from python_moondb.api.managers import Managers - + from python_moonutilities import exceptions -LOG = logging.getLogger("moon.db.api.pdp") +logger = logging.getLogger("moon.db.api.pdp") class PDPManager(Managers):