summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--heat_cfntools/cfntools/cfn_helper.py2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/heat_cfntools/cfntools/cfn_helper.py b/heat_cfntools/cfntools/cfn_helper.py
index decb5d0..566ecc5 100644
--- a/heat_cfntools/cfntools/cfn_helper.py
+++ b/heat_cfntools/cfntools/cfn_helper.py
@@ -83,7 +83,7 @@ class HupConfig(object):
def __init__(self, fp_list):
self.config = ConfigParser.SafeConfigParser()
for fp in fp_list:
- self.config.readfp(fp)
+ self.config.read_file(fp)
self.load_main_section()
diff --git a/setup.cfg b/setup.cfg
index 64536b7..be5beae 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
-home-page = http://www.openstack.org/
+home-page = https://docs.openstack.org/heat-cfntools/latest/
python-requires = >=3.6
classifier =
Environment :: OpenStack