Commit 86689c91 authored by stepshal's avatar stepshal

docs/conf.py: split multiple imports on one line.

parent 8f8521f1
......@@ -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