[Bf-extensions-cvs] [41fc8236] master: Another fix to get automated tests pass again in 2.8.

Bastien Montagne noreply at git.blender.org
Thu Apr 18 21:11:22 CEST 2019


Commit: 41fc8236b830f2d0f86d9d2786862c46bd87e2cd
Author: Bastien Montagne
Date:   Thu Apr 18 21:10:59 2019 +0200
Branches: master
https://developer.blender.org/rBA41fc8236b830f2d0f86d9d2786862c46bd87e2cd

Another fix to get automated tests pass again in 2.8.

===================================================================

M	io_curve_svg/svg_util_test.py

===================================================================

diff --git a/io_curve_svg/svg_util_test.py b/io_curve_svg/svg_util_test.py
index 031c0c17..340a6088 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



More information about the Bf-extensions-cvs mailing list