Cleanup in packaging: don’t unnecessarily instantiate exceptions

This commit is contained in:
Éric Araujo 2011-06-04 22:33:16 +02:00
parent 35a4d01a92
commit 2ef747cb77
4 changed files with 4 additions and 4 deletions

View file

@ -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 = [