remove with_statement feature for py25.

This commit is contained in:
Takayuki Shimizukawa 2014-09-26 02:14:05 +09:00
parent 02539d5eaf
commit 5ce8815156
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.
""" """
from __future__ import with_statement
from __future__ import unicode_literals from __future__ import unicode_literals
from os import path, walk from os import path, walk

View File

@ -8,8 +8,6 @@
:copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS. :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.
""" """
from __future__ import with_statement
import re import re
from six import iteritems, itervalues, text_type, string_types from six import iteritems, itervalues, text_type, string_types