Bug fix for the loading of the molecule name and type from relax state or results files.
The str() builtin function is now used to convert the string from unicode to a normal string. This
is needed as u'My mol' != 'My mol', breaking a number of tests!
........