Commit bf77e33d authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #678 from stepshal/split_imports

docs/conf.py: split multiple imports on one line.
parents 8f8521f1 86689c91
......@@ -19,7 +19,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
# Allow Sphinx to find the setup command that is imported below, as referenced above.
import sys, os
import os
import sys
sys.path.append(os.path.abspath('..'))
import setup as setup_script
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment