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:
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 46540085..09077ef3 100755
--- a/io_curve_svg/svg_util_test.py
+++ b/io_curve_svg/svg_util_test.py
@@ -22,7 +22,7 @@
# XXX Not really nice, but that hack is needed to allow execution of that test
-# from both automated CTest and by directly running the file manually...
+# from both automated CTest and by directly running the file manually.
if __name__ == '__main__':
from svg_util import (parse_array_of_floats, read_float, parse_coord,)
else: