[diffoscope] 01/02: tests: comparators.apk: fixed imports format

Juliana Oliveira R jwnx-guest at moszumanska.debian.org
Thu Jul 27 03:14:46 CEST 2017


This is an automated email from the git hooks/post-receive script.

jwnx-guest pushed a commit to branch master
in repository diffoscope.

commit d97a81a19676d01a7abb0a76c371ac288893bf3b
Author: Juliana Oliveira Rodrigues <juliana.orod at gmail.com>
Date:   Wed Jul 26 21:48:47 2017 -0300

    tests: comparators.apk: fixed imports format
    
    Rolls back imports to previous format
    
    Signed-off-by: Juliana Oliveira Rodrigues <juliana.orod at gmail.com>
---
 tests/comparators/test_apk.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/comparators/test_apk.py b/tests/comparators/test_apk.py
index 3a9755e..8df94e2 100644
--- a/tests/comparators/test_apk.py
+++ b/tests/comparators/test_apk.py
@@ -22,9 +22,9 @@ import pytest
 from diffoscope.comparators.apk import ApkFile
 from diffoscope.comparators.xml import XMLFile
 
-from tests.utils.data import load_fixture, get_data
-from tests.utils.tools import skip_unless_tools_exist
-from tests.utils.nonexisting import assert_non_existing
+from ..utils.data import load_fixture, get_data
+from ..utils.tools import skip_unless_tools_exist
+from ..utils.nonexisting import assert_non_existing
 
 apk1 = load_fixture('test1.apk')
 apk2 = load_fixture('test2.apk')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list