* 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:
Noel O'Boyle
2007-01-12 14:33:29 +00:00
parent 5225ffa57b
commit 0426d61e76
2 changed files with 6 additions and 4 deletions
+6
View File
@@ -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
-4
View File
@@ -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