Added fix for OBMolAtomBFSIter in Python3

This commit is contained in:
oititov
2017-09-13 17:30:40 +03:00
parent 6bfa4234df
commit 6c9d2af092

View File

@@ -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