From 75b28f26bb092eec650c48e56677e5f228309607 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Sat, 23 Feb 2013 09:55:39 +0000 Subject: [PATCH] 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 --- heat/openstack/common/cfg.py | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 heat/openstack/common/cfg.py 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 * -- 2.45.2