Calculate sortemes using simply alnum splitting rather than word breaks. Faster and...
[python-collate.git] / collate / errors.py
1 class InvalidLocaleError(ValueError):
2 pass