projects
/
python-collate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7644110
)
InvalidLocaleError is more a LookupError than a ValueError.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Feb 2010 11:21:19 +0000
(
03:21
-0800)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Mon, 22 Feb 2010 11:21:19 +0000
(
03:21
-0800)
collate/errors.py
patch
|
blob
|
history
diff --git
a/collate/errors.py
b/collate/errors.py
index ca8eec7c58c598a908da2cec889272c632f44884..a425087f3776ba5bbdcd92be4d5babe795bd5546 100644
(file)
--- a/
collate/errors.py
+++ b/
collate/errors.py
@@
-1,6
+1,6
@@
"""Exception types for the collate module."""
-class InvalidLocaleError(
Value
Error):
+class InvalidLocaleError(
Lookup
Error):
"""Raised when an invalid locale is given to a function.
Attributes: