diff --git a/oslo_policy/_parser.py b/oslo_policy/_parser.py index 9b296be8..41cb7012 100644 --- a/oslo_policy/_parser.py +++ b/oslo_policy/_parser.py @@ -14,9 +14,10 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. + +import logging import re -from oslo_log import log as logging import six from oslo_policy import _checks diff --git a/oslo_policy/policy.py b/oslo_policy/policy.py index 2e824c45..812a9814 100644 --- a/oslo_policy/policy.py +++ b/oslo_policy/policy.py @@ -202,10 +202,10 @@ by setting the ``policy_default_rule`` configuration setting to the desired rule name. """ +import logging import os from oslo_config import cfg -from oslo_log import log as logging from oslo_serialization import jsonutils import six diff --git a/requirements.txt b/requirements.txt index 1782a99f..44023878 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,4 @@ oslo.config>=1.6.0 # Apache-2.0 oslo.i18n>=1.3.0 # Apache-2.0 -oslo.log>=0.1.0 # Apache-2.0 oslo.serialization>=1.2.0 # Apache-2.0