IFG now works with py3, update release notes

This commit is contained in:
Greg Landrum
2018-04-20 04:03:59 +02:00
parent c9e3d9a040
commit c0caeced39
2 changed files with 12 additions and 8 deletions

View File

@@ -89,8 +89,8 @@ def main():
]):
m = Chem.MolFromSmiles(smiles)
fgs = identify_functional_groups(m)
print '%2d: %d fgs'%(ix+1, len(fgs)), fgs
print('%2d: %d fgs'%(ix+1, len(fgs)), fgs)
if __name__ == "__main__":
main()
main()