From f450cddbb82196b4b7f592e52ee352f85361e3e4 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 16 Jul 2020 19:24:11 +0000 Subject: [PATCH] Update git submodules * Update python-manilaclient from branch 'master' - Merge "Use unittest.mock instead of third party lib" - Use unittest.mock instead of third party lib mock was adopted into standard python in version 3.3 [1]. Since python-manilaclient no longer supports python2.7, we can use the inbuilt mock package rather than the third party lib. Also fix some issues with imports that weren't following our import conventions of grouping imports [3] [1] https://docs.python.org/3/library/unittest.mock.html [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013281.html [3] https://docs.openstack.org/hacking/latest/user/hacking.html#imports Change-Id: I3e199e1a117ddf7739fce8858694a801a26ed08f Signed-off-by: Goutham Pacha Ravi --- python-manilaclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-manilaclient b/python-manilaclient index 8b74211d76..9881dfc77c 160000 --- a/python-manilaclient +++ b/python-manilaclient @@ -1 +1 @@ -Subproject commit 8b74211d768befdcd3a5be1e6b22036a71f080ca +Subproject commit 9881dfc77ccc39ba0b20bedc31837bb90020b69d