summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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.