mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
IFG now works with py3, update release notes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user