Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+

This commit is contained in:
Martin Panter 2017-01-29 23:33:13 +00:00
parent 8f3fb72309
commit 9a454021a4

View file

@ -10,6 +10,8 @@
:license: Python license. :license: Python license.
""" """
from __future__ import print_function
import os import os
import re import re
import sys import sys