Updated openstack/openstack

Project: openstack/heat-templates  e4df67e265fa023eed99d4609d45821196255851

Fix undefined basestring and unicode in py35

In py3 basestring and unicode are no longer valid,
and should use `str` instead. In order to cover
py2 and py3, we change to use six lib to cover both.
Closes-Bug: #1682015

Change-Id: I3159470965e3a20161ff0e997af625b45ebe21fa
This commit is contained in:
ricolin 2017-04-12 14:51:10 +08:00 committed by Gerrit Code Review
parent 0a41032767
commit d9a5b9768e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 1351cc322b5eee3ba5c1f6d4fd550a4d86251a0a
Subproject commit e4df67e265fa023eed99d4609d45821196255851