From 2edfc108d1335966e2f63c94528eb557bba13c59 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 17 Oct 2017 23:14:00 +0300 Subject: [PATCH] Fix test import --- tests/test_pylast_librefm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pylast_librefm.py b/tests/test_pylast_librefm.py index 61cdced..3d2cb53 100755 --- a/tests/test_pylast_librefm.py +++ b/tests/test_pylast_librefm.py @@ -7,7 +7,7 @@ import unittest from flaky import flaky import pylast -from test_pylast import load_secrets +from .test_pylast import load_secrets @flaky(max_runs=5, min_passes=1)