s/find_id_list/find_object/

This commit is contained in:
Florent 2014-04-02 10:31:00 +02:00
commit 6591785a10
5 changed files with 11 additions and 11 deletions

View file

@ -46,7 +46,7 @@ def empty(value):
return True
return False
def find_id_list(mylist, _id, error=None):
def find_object(mylist, _id, error=None):
"""
Very simple tools to return an object with the matching _id
"""