Kaydet (Commit) 9a454021 authored tarafından Martin Panter's avatar Martin Panter

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

üst 8f3fb723
...@@ -10,6 +10,8 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment