diff --git a/io_curve_svg/import_svg.py b/io_curve_svg/import_svg.py index bab8d0f9bfb0d5d80d82a3b6160251647944d739..19cd5d5d64ff5b209ed262ba73261b1fbbb4e9f2 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):