mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
Added fix for OBMolAtomBFSIter in Python3
This commit is contained in:
@@ -420,6 +420,8 @@ class OBIterWithDepth(OBIter):
|
||||
else:
|
||||
raise StopIteration
|
||||
|
||||
__next__ = next
|
||||
|
||||
class OBAtomAtomIter(OBIter):
|
||||
"""Iterator over the atoms attached to an atom."""
|
||||
OBiterator = _OBAtomAtomIter
|
||||
|
||||
Reference in New Issue
Block a user