diff --git a/qubes/tests/api_internal.py b/qubes/tests/api_internal.py index cfdab4b4..a91d47e6 100644 --- a/qubes/tests/api_internal.py +++ b/qubes/tests/api_internal.py @@ -18,12 +18,10 @@ # You should have received a copy of the GNU General Public License along # with this program; if not, see . import asyncio -import subprocess import qubes.api.internal import qubes.tests import qubes.vm.adminvm from unittest import mock -from mock import call def mock_coro(f): @asyncio.coroutine