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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-02-22 00:55:05 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2011-02-22 00:55:05 +0300
commitb7f9bc369f4c4d68e9f917be511a2543fda07049 (patch)
tree18231d4f4d0d89466c0e0d27a2f3c7014374473b /io_curve_svg
parent8ead47d43e029251b64c17711b3a1255add42895 (diff)
pep8 fix for svg importer
Diffstat (limited to 'io_curve_svg')
-rw-r--r--io_curve_svg/import_svg.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py
index bab8d0f9..19cd5d5d 100644
--- a/io_curve_svg/import_svg.py
+++ b/io_curve_svg/import_svg.py
@@ -790,7 +790,8 @@ class SVGGeometry:
__slots__ = ('_node', # XML node for geometry
'_context', # Global SVG context (holds matrices stack, i.e.)
- '_creating') # Flag if geometry is already creating for this node
+ '_creating') # Flag if geometry is already creating
+ # for this node
# need to detect cycles for USE node
def __init__(self, node, context):