Skip to content

Improve Unicode Support

username-removed-396254 requested to merge jkitchin/ase:unicode into master

This changes three instances of isintance(x, str) to isinstance(x, basestring).

Merge request reports