From 649c9f37cd1ea21f0ace53677a563cba021b0d18 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jun 2018 11:33:49 +0200 Subject: [PATCH] Fix import --- tests/end2end/test_invocations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/test_invocations.py b/tests/end2end/test_invocations.py index 75defe814..fbab681a4 100644 --- a/tests/end2end/test_invocations.py +++ b/tests/end2end/test_invocations.py @@ -28,7 +28,7 @@ import re import pytest from PyQt5.QtCore import QProcess, qVersion -from tests import utils +from helpers import utils ascii_locale = pytest.mark.skipif(sys.hexversion >= 0x03070000,