mirror of https://github.com/python/cpython
Issues #29349: Merge Py 2.6+ compatibility from 3.6
This commit is contained in:
commit
ba964cc5f7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue