From 5c54e70b6d13241bc096880fd39f346f95561a54 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Wed, 2 Sep 2015 21:07:35 +0100 Subject: move some more functions into modules --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 9a1c0f2..5f3056c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -10,6 +10,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import subprocess import sys import os @@ -53,7 +54,6 @@ copyright = u'2015 Neil Williams' # |version| and |release|, also used in various other places throughout the # built documents. # -import subprocess # The short X.Y version. version = subprocess.Popen(['python', 'setup.py', '-V'], cwd=r'..', stdout=subprocess.PIPE).stdout.read().rstrip() # The full version, including alpha/beta/rc tags. -- cgit v1.2.1