mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Cleanup in packaging: don’t unnecessarily instantiate exceptions
This commit is contained in:
parent
35a4d01a92
commit
2ef747cb77
4 changed files with 4 additions and 4 deletions
|
@ -383,7 +383,7 @@ def _search(dispatcher, args, **kw):
|
|||
"""
|
||||
#opts = _parse_args(args[1:], '', ['simple', 'xmlrpc'])
|
||||
# 1. what kind of index is requested ? (xmlrpc / simple)
|
||||
raise NotImplementedError()
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
actions = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue