From: Mark McLoughlin Date: Sat, 23 Feb 2013 09:55:39 +0000 (+0000) Subject: Remove compat cfg wrapper X-Git-Tag: 2014.1~864^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=75b28f26bb092eec650c48e56677e5f228309607;p=openstack-build%2Fheat-build.git Remove compat cfg wrapper This wrapper was there to allow oslo-config changes through the gate while keystoneclient hadn't been updated. Change-Id: I3d48673af58ae379e8e4d2c7fb4b4d81f3ed67dd --- diff --git a/heat/openstack/common/cfg.py b/heat/openstack/common/cfg.py deleted file mode 100644 index c35dcb84..00000000 --- a/heat/openstack/common/cfg.py +++ /dev/null @@ -1,17 +0,0 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - -# Copyright 2013 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. - -from oslo.config.cfg import *