Skip to content

Commit

Permalink
Fix error to support Python2
Browse files Browse the repository at this point in the history
  • Loading branch information
samjay3d committed Feb 19, 2021
1 parent 3c944a0 commit f467018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cinema 4D/appdir_common/plugins/DazToC4D/DazToC4D.pyp
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit f467018

Please sign in to comment.