From ceb4626cd6f73e4b1925eda22a5195664b26e39b Mon Sep 17 00:00:00 2001 From: Didier Roche Date: Mon, 23 Nov 2015 14:32:53 +0100 Subject: [PATCH] Use internal unittest mock version --- tests/test_boottest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_boottest.py b/tests/test_boottest.py index 06c9508..3a78a09 100755 --- a/tests/test_boottest.py +++ b/tests/test_boottest.py @@ -6,13 +6,13 @@ # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -import mock import os import shutil import sys import tempfile import fileinput import unittest +from unittest import mock PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))