summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-07-24 15:47:31 +0200
committerGeorg Brandl <georg@python.org>2015-07-24 15:47:31 +0200
commita40e3a2901a970192e63bfa038e1e339b103ec8a (patch)
tree5ba137ee8f7edf2bfbf027ad27e6a809f247f6bd /sphinx/quickstart.py
parent635263472869f832ce48464d78a4a5f45fd28a41 (diff)
downloadsphinx-git-a40e3a2901a970192e63bfa038e1e339b103ec8a.tar.gz
Closes #1956: remove unused import in default conf.py
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index f13a5c7cd..41638969d 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -87,7 +87,6 @@ QUICKSTART_CONF += u'''\
import sys
import os
-import shlex
# 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