mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-10 04:58:04 -05:00
* scripts/openbabel-python.i: quick fix to allow the openbabel module
to be imported without errors. The OBFingerprintIter issue remains unresolved.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-01-12 Noel O'Boyle <baoilleach@gmail.com>
|
||||
|
||||
* scripts/openbabel-python.i: quick fix to allow the openbabel module
|
||||
to be imported without errors. The OBFingerprintIter issue remains
|
||||
unresolved.
|
||||
|
||||
2007-01-09 Chris Morley <ob@gaseq.co.uk>
|
||||
|
||||
* scipts/openbabel-python.i: changes to OBFingerprintIter. Not tested
|
||||
|
||||
@@ -156,10 +156,6 @@ class OBIter(object):
|
||||
else:
|
||||
raise StopIteration
|
||||
|
||||
class OBFingerprintIter(OBIter):
|
||||
"""Iterator over the available fingerprints."""
|
||||
OBiterator = _OBFingerprintIter
|
||||
OBFingerprint.Iter = OBFingerprintIter
|
||||
class OBAtomAtomIter(OBIter):
|
||||
"""Iterator over the atoms attached to an atom."""
|
||||
OBiterator = _OBAtomAtomIter
|
||||
|
||||
Reference in New Issue
Block a user