summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-30 22:23:04 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-03-30 22:23:04 -0400
commit74329a7fa2a482309e4eb244b3920e28a76cfcbf (patch)
tree07fe1823972b27abdf01046c6813b8618e4ebe41 /docs/conf.py
parentc9587fe384a2eab6e9d81408abb58936d15286ed (diff)
downloadpython-setuptools-git-74329a7fa2a482309e4eb244b3920e28a76cfcbf.tar.gz
Remove excess hack
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
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 -----------------------------------------------------