diff options
author | Georg Brandl <georg@python.org> | 2015-07-24 15:47:31 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-07-24 15:47:31 +0200 |
commit | a40e3a2901a970192e63bfa038e1e339b103ec8a (patch) | |
tree | 5ba137ee8f7edf2bfbf027ad27e6a809f247f6bd /sphinx/quickstart.py | |
parent | 635263472869f832ce48464d78a4a5f45fd28a41 (diff) | |
download | sphinx-git-a40e3a2901a970192e63bfa038e1e339b103ec8a.tar.gz |
Closes #1956: remove unused import in default conf.py
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 1 |
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 |