diff --git a/Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp b/Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp index 8ff7823..b4a8d98 100644 --- a/Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp +++ b/Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp @@ -600,7 +600,7 @@ class ObjectIterator : self.nextDepth = self.nextDepth - 1 return obj -next = __next__ #To Support Python 2.0 + next = __next__ #To Support Python 2.0 class TagIterator: