From 4ae0f2a79f31581154bf851d374e9c045aeec035 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 25 May 2019 22:04:20 +0200 Subject: [PATCH] change imports to use the package --- tests/conftest.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index d76caf5..fbd0577 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,10 +4,9 @@ import pytest import subprocess from shutil import copyfile -import context -import borg_interface as borg -from main_window import MainWindow -from helper import remove_path +import borg_qt.borg_interface as borg +from borg_qt.main_window import MainWindow +from borg_qt.helper import remove_path def example_config():