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__)))