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 --- man/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/conf.py b/man/conf.py index 0a9e248..7d80f0a 100644 --- a/man/conf.py +++ b/man/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 @@ -47,7 +48,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(r'./version.py', cwd=r'..', stdout=subprocess.PIPE).stdout.read() # The full version, including alpha/beta/rc tags. -- cgit v1.2.1