Add missing import.

This commit is contained in:
Victor Zverovich 2014-07-26 21:14:40 -07:00
parent 46b6e4b52c
commit 533b9cf24f

View File

@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os, re
import sys, os, re, subprocess
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the