summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmouel@enovance.com>2014-01-10 21:09:46 +0100
committerChmouel Boudjnah <chmouel@enovance.com>2014-01-11 08:02:25 +0100
commitb29324318500aa7403a6327fe66bf50dbb5faa00 (patch)
tree9d0a9770d9f508104a4e08973153bd02602c0ce4 /doc
parent97d945e87995e61920227e5664ee3c55290c6052 (diff)
downloadpython-heatclient-b29324318500aa7403a6327fe66bf50dbb5faa00.tar.gz
Fix some trivial py3 errors
Change-Id: I72334d2ca82057e591dca4fcfa9ef7ecdd3b6878
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index aafb0c1..54f8a9a 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -30,7 +30,7 @@ import os
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.append(os.path.abspath('.'))
-execfile(os.path.join("ext", "gen_ref.py"))
+exec(open(os.path.join("ext", "gen_ref.py")).read())
# -- General configuration ----------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be