More release preparation. Docstrings and consistency work.
[python-collate.git] / collate / errors.py
index a425087..13a1e12 100644 (file)
@@ -8,4 +8,4 @@ class InvalidLocaleError(LookupError):
     """
     def __init__(self, locale, string=""):
         self.locale = locale
-        ValueError.__init__(self, string or locale)
+        LookupError.__init__(self, string or locale)