Issues #29349: Merge Py 2.6+ compatibility from 3.6

This commit is contained in:
Martin Panter 2017-01-29 23:37:24 +00:00
commit ba964cc5f7
1 changed files with 2 additions and 0 deletions

View File

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