| From: | ghudson@mit.edu |
| Subject: | git commit |
Make docs build python3-compatible
python3 removed execfile(), which we use for loading version data and
paths information in docs. Call exec() directly instead.
https://github.com/krb5/krb5/commit/a7c6d98480f1e33454173f88381921472d72f80a
Author: Robbie Harwood <rharwood@redhat.com>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: a7c6d98480f1e33454173f88381921472d72f80a
Branch: master
doc/conf.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)