Always raise instances of NotImplementedError
This commit is contained in:
parent
cbd084283d
commit
e2ac8687c6
3 changed files with 4 additions and 6 deletions
|
|
@ -116,7 +116,7 @@ def normalize(pattern):
|
|||
result.append(u".")
|
||||
elif ch == '|':
|
||||
# FIXME: One day we'll should do this, but not in 1.0.
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError()
|
||||
elif ch == "^":
|
||||
pass
|
||||
elif ch == '$':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue