diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2018-12-15 23:26:11 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-15 23:26:11 +0900 |
| commit | 0031c9b4822ae9684888ae90bc70d6ceb3313581 (patch) | |
| tree | a86de3ded634132f71dae515bd51e89918029a47 /sphinx/ext | |
| parent | 415ebc15c59e8b2e7fd2eb1df76017a331f8b131 (diff) | |
| parent | b56f4f902233b38db89c6081ec92bacd37e4ad09 (diff) | |
| download | sphinx-git-0031c9b4822ae9684888ae90bc70d6ceb3313581.tar.gz | |
Merge pull request #5789 from tk0miya/remove_print_function
Remove print_function feature
Diffstat (limited to 'sphinx/ext')
| -rw-r--r-- | sphinx/ext/apidoc.py | 2 | ||||
| -rw-r--r-- | sphinx/ext/autosummary/generate.py | 1 | ||||
| -rw-r--r-- | sphinx/ext/intersphinx.py | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py index 85a41e650..84a08b5d5 100644 --- a/sphinx/ext/apidoc.py +++ b/sphinx/ext/apidoc.py @@ -15,8 +15,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import argparse import glob import locale diff --git a/sphinx/ext/autosummary/generate.py b/sphinx/ext/autosummary/generate.py index 04ba43d94..6f19387e1 100644 --- a/sphinx/ext/autosummary/generate.py +++ b/sphinx/ext/autosummary/generate.py @@ -17,7 +17,6 @@ :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. """ -from __future__ import print_function import argparse import locale diff --git a/sphinx/ext/intersphinx.py b/sphinx/ext/intersphinx.py index 2c7d7bf51..3da488706 100644 --- a/sphinx/ext/intersphinx.py +++ b/sphinx/ext/intersphinx.py @@ -24,8 +24,6 @@ :license: BSD, see LICENSE for details. """ -from __future__ import print_function - import functools import posixpath import sys |
