change imports to use the package

This commit is contained in:
Andreas Zweili 2019-05-25 22:04:20 +02:00
parent 874a0bfafb
commit 4ae0f2a79f
1 changed files with 3 additions and 4 deletions

View File

@ -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():