File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
14
# License for the specific language governing permissions and limitations
15
15
# under the License.
16
- from mock import patch
16
+ from unittest . mock import patch
17
17
18
18
from designateclient .tests import v2
19
19
from designateclient .v2 import zones
Original file line number Diff line number Diff line change 13
13
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14
14
# License for the specific language governing permissions and limitations
15
15
# under the License.
16
+ from unittest .mock import patch
16
17
import uuid
17
18
18
- from mock import patch
19
19
import testtools
20
20
21
21
from designateclient import exceptions
Original file line number Diff line number Diff line change 16
16
17
17
from keystoneauth1 .identity import generic
18
18
from keystoneauth1 import session as keystone_session
19
- from mock import Mock
19
+ from unittest . mock import Mock
20
20
21
21
from designateclient .tests import v2
22
22
from designateclient .v2 .client import Client
You can’t perform that action at this time.
0 commit comments