summaryrefslogtreecommitdiff
path: root/sphinx/setup_command.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-22 18:13:49 +0100
committerGeorg Brandl <georg@python.org>2014-01-22 18:13:49 +0100
commit1eb23c62ceff142a3e517904e1b795cf22a57196 (patch)
treeb0b6fc2d8bc99bb63e544f843cc9763a9798ed4f /sphinx/setup_command.py
parentcf25b060e7357ddf850503feae11ddb27b87d769 (diff)
parent216c664187b19e0244f1a8f57a28bb9e91a49364 (diff)
downloadsphinx-git-1eb23c62ceff142a3e517904e1b795cf22a57196.tar.gz
merge with stable
Diffstat (limited to 'sphinx/setup_command.py')
-rw-r--r--sphinx/setup_command.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 02449137e..88cbc5a0d 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -18,6 +18,7 @@ import os
import types
from StringIO import StringIO
from distutils.cmd import Command
+from distutils.errors import DistutilsOptionError
from sphinx.application import Sphinx
from sphinx.util.console import darkred, nocolor, color_terminal