mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
remove with_statement feature for py25.
This commit is contained in:
parent
02539d5eaf
commit
5ce8815156
@ -9,7 +9,6 @@
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
|
||||
from __future__ import with_statement
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from os import path, walk
|
||||
|
@ -8,8 +8,6 @@
|
||||
:copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.
|
||||
:license: BSD, see LICENSE for details.
|
||||
"""
|
||||
from __future__ import with_statement
|
||||
|
||||
import re
|
||||
|
||||
from six import iteritems, itervalues, text_type, string_types
|
||||
|
Loading…
Reference in New Issue
Block a user