summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-09-02 21:07:35 +0100
committerNeil Williams <codehelp@debian.org>2015-09-02 21:43:01 +0100
commit5c54e70b6d13241bc096880fd39f346f95561a54 (patch)
tree500ff2edceb3240f55d3b86e54601d2f48aafb99 /man
parent31d98be0dc493620e28ad9bd24d3889499333b50 (diff)
downloadvmdebootstrap-5c54e70b6d13241bc096880fd39f346f95561a54.tar.gz
move some more functions into modules
Diffstat (limited to 'man')
-rw-r--r--man/conf.py2
1 files changed, 1 insertions, 1 deletions
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.