3 Commits

Author SHA1 Message Date
Eisuke Kawashima
b657ca216c Fix import of openbabel 2019-10-10 16:54:59 +09:00
Eisuke Kawashima
6b57788a05 Improve python script
- `from __future__ import print_function`
- replace deprecated `unittest.TestCase.assertEquals` with
  `assertEqual`, `assertTrue`, or `assertFalse`
- use `obj is None` instead of `obj == None`
- remove modules and functions that are imported but not used
2019-04-17 21:59:20 +09:00
Tim Vandermeersch
206459784e * scripts/python/examples/*.py: Added some force field examples. More
will follow.
2008-04-30 00:01:40 +00:00