mirror of https://github.com/ARMmbed/mbed-os.git
Added basestring import for proper string concatenation in Py3
parent
27d0255cb3
commit
6e9b7ea276
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue