From 4111ae2d7aef95ae43cf0b6d7a308b73490f575f Mon Sep 17 00:00:00 2001 From: Zuul Date: Fri, 3 Apr 2020 15:52:58 +0000 Subject: [PATCH] Update git submodules * Update ovsdbapp from branch 'master' - Merge "Remove the dependency on the "mock" package" - Remove the dependency on the "mock" package Now that we are python3 only, we should move to using the built in version of mock that supports all of our testing needs and remove the dependency on the "mock" package. This patch moves all references to "import mock" to "from unittest import mock". It also cleans up some new line inconsistency. Change-Id: I876919dfc1fa0ae36bd99e3d760e38d207ee6ef3 --- ovsdbapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovsdbapp b/ovsdbapp index c03aafef95..19d11f66aa 160000 --- a/ovsdbapp +++ b/ovsdbapp @@ -1 +1 @@ -Subproject commit c03aafef95b3fdda917510ec8e94d01e906f6834 +Subproject commit 19d11f66aa5b9ccae9eb01a0e395f12fc613acf7