diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-30 22:23:04 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-30 22:23:04 -0400 |
commit | 74329a7fa2a482309e4eb244b3920e28a76cfcbf (patch) | |
tree | 07fe1823972b27abdf01046c6813b8618e4ebe41 /docs/conf.py | |
parent | c9587fe384a2eab6e9d81408abb58936d15286ed (diff) | |
download | python-setuptools-git-74329a7fa2a482309e4eb244b3920e28a76cfcbf.tar.gz |
Remove excess hack
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6119ad12..15061ecf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -24,7 +24,6 @@ import subprocess import sys subprocess.Popen([sys.executable, 'bootstrap.py'], cwd='..') -exec(open('../bootstrap.py').read()) # -- General configuration ----------------------------------------------------- |