From e296b0ffcf70b603e39c191465b644b51e21e9f0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 14 Mar 2017 23:52:32 -0400 Subject: [PATCH] Demodocs: pep8 --- demo_docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo_docs/source/conf.py b/demo_docs/source/conf.py index 8e0ca6d..b67ebd5 100644 --- a/demo_docs/source/conf.py +++ b/demo_docs/source/conf.py @@ -11,7 +11,8 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import sys, os +import sys +import os sys.path.append(os.path.abspath('./test_py_module'))