summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parent31d98be0dc493620e28ad9bd24d3889499333b50 (diff)
downloadvmdebootstrap-5c54e70b6d13241bc096880fd39f346f95561a54.tar.gz
move some more functions into modules
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
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.