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.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue