Added basestring import for proper string concatenation in Py3

pull/7092/head
Cruz Monrreal II 2018-05-31 08:02:57 -05:00
parent 27d0255cb3
commit 6e9b7ea276
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
# limitations under the License.
from __future__ import print_function, division, absolute_import
from past.builtins import basestring
import re
import sys