Simplify algorithm. No changes to sort behavior or runtime.
[python-collate.git] / collate / errors.py
1 class InvalidLocaleError(ValueError):
2 pass