Python 3 fix for the internal structural object MolContainer._sort_key() method.
This method is used as the key for the sort() function. However in Python 3, the key cannot be
None. So now if the residue number is None, the value of 0 is returned instead.