From 86689c912fe8d7c0c468e177f0f1f8b9260d4924 Mon Sep 17 00:00:00 2001 From: stepshal Date: Sun, 24 Jul 2016 17:59:53 +0700 Subject: docs/conf.py: split multiple imports on one line. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 07d6ad41..be010152 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 -- cgit v1.2.1