diff options
author | Georg Brandl <georg@python.org> | 2015-03-08 16:28:23 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2015-03-08 16:28:23 +0100 |
commit | 18b6843696a9f9b46f98a77a4e62825c193ae73a (patch) | |
tree | 5c7e2d6fad4777dc7e56126bcb06723742cea631 /sphinx/cmdline.py | |
parent | 8bc5823724e58bc75d165adc77fb78525d0256f2 (diff) | |
download | sphinx-git-18b6843696a9f9b46f98a77a4e62825c193ae73a.tar.gz |
pep8 fixes
Diffstat (limited to 'sphinx/cmdline.py')
-rw-r--r-- | sphinx/cmdline.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/cmdline.py b/sphinx/cmdline.py index d05d8157f..c602cceac 100644 --- a/sphinx/cmdline.py +++ b/sphinx/cmdline.py @@ -10,7 +10,6 @@ """ from __future__ import print_function -import os import sys import optparse import traceback |