Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-04-18 22:10:59 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-04-18 22:10:59 +0300
commit41fc8236b830f2d0f86d9d2786862c46bd87e2cd (patch)
treeb9ca2dbe0049f58bfb6f993b2b40e3fb7210d113 /io_curve_svg
parent657e33c6be66b95cd40a2924c053474a0d7535a6 (diff)
Another fix to get automated tests pass again in 2.8.
Diffstat (limited to 'io_curve_svg')
-rwxr-xr-xio_curve_svg/svg_util_test.py2
1 files changed, 1 insertions, 1 deletions
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