Skip to content

Commit 6e9b7ea

Browse files
committed
Added basestring import for proper string concatenation in Py3
1 parent 27d0255 commit 6e9b7ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/notifier/term.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# limitations under the License.
1515

1616
from __future__ import print_function, division, absolute_import
17+
from past.builtins import basestring
1718

1819
import re
1920
import sys

0 commit comments

Comments
 (0)