Update git submodules
authorCarlos Goncalves <mail@cgoncalves.pt>
Thu, 17 Aug 2017 09:23:08 +0000 (09:23 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 17 Aug 2017 09:23:08 +0000 (09:23 +0000)
commit7c8d7156d52d5075f024443999c7e57ca6f2ac87
tree6284add73b1c5b3b57579f23ced88b57f1cf735e
parent27c4a3acacf7af66ce23f38f5576310ded2220b8
Update git submodules

* Update docs/submodules/doctor from branch 'master'
  - Merge "Decode received data in byte type to str type"
  - Decode received data in byte type to str type

    json.loads in Python 3.5 doesn't accept a byte-type values so we need to
    decode it. Note that this is specific to Python 3.5; Python 2.7 and 3.6
    accept byte-type values.

    Change-Id: I490f8e0f02a6ce277f86e75b32d1210bfcca8d49
Signed-off-by: Carlos Goncalves <carlos.goncalves@neclab.eu>
docs/submodules/doctor