replace mock with unittest.mock

This commit is contained in:
Daan Hoogland 2021-02-25 10:20:54 +01:00
parent 7c978960aa
commit 33bc9ace7d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
# under the License.
import unittest
import mock
from unittest import mock
from cs.CsDhcp import CsDhcp
from cs import CsHelper
import merge

View File

@ -16,7 +16,7 @@
# under the License.
import unittest
import mock
from unittest import mock
from cs import CsHelper
import merge