From 631e064d0b7d596928ed39a12f9591744196bf10 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 25 May 2022 03:22:05 +1000 Subject: [PATCH] Update git submodules * Update python-swiftclient from branch 'master' to 20c97e83d3af855e5e238dfa4b10b7bf29533d57 - Remove use of mock Since Python 3.4, the unittest module has provided mock, negating the need for the external dependancy. Switch to using unittest.mock. Change-Id: Idec3aaed2fddd1ece3ed86ee0bcc48f7616d56fa --- python-swiftclient | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-swiftclient b/python-swiftclient index 95f68cd673..20c97e83d3 160000 --- a/python-swiftclient +++ b/python-swiftclient @@ -1 +1 @@ -Subproject commit 95f68cd673afe07aef9d14904de1c974fc684ef2 +Subproject commit 20c97e83d3af855e5e238dfa4b10b7bf29533d57