From 41fc8236b830f2d0f86d9d2786862c46bd87e2cd Mon Sep 17 00:00:00 2001 From: Bastien Montagne <montagne29@wanadoo.fr> Date: Thu, 18 Apr 2019 21:10:59 +0200 Subject: [PATCH] Another fix to get automated tests pass again in 2.8. --- io_curve_svg/svg_util_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_curve_svg/svg_util_test.py b/io_curve_svg/svg_util_test.py index 031c0c17d..340a6088c 100755 --- a/io_curve_svg/svg_util_test.py +++ b/io_curve_svg/svg_util_test.py @@ -20,7 +20,7 @@ # <pep8 compliant> -from svg_util import parse_array_of_floats +from .svg_util import parse_array_of_floats import unittest -- GitLab