diff options
author | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
commit | b1a9f7548b1615c610dd6340918e90d52136d2d2 (patch) | |
tree | 25ea140b702b89b4b922863b4f3f03d5c268082d /sphinx/apidoc.py | |
parent | 1eb23c62ceff142a3e517904e1b795cf22a57196 (diff) | |
download | sphinx-git-b1a9f7548b1615c610dd6340918e90d52136d2d2.tar.gz |
consistency nits
Diffstat (limited to 'sphinx/apidoc.py')
-rw-r--r-- | sphinx/apidoc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/apidoc.py b/sphinx/apidoc.py index f03638d4a..0fa5134da 100644 --- a/sphinx/apidoc.py +++ b/sphinx/apidoc.py @@ -15,6 +15,7 @@ :license: BSD, see LICENSE for details. """ from __future__ import print_function + import os import sys import optparse |