changeset 2302 | e0393451e9a5 |
parent 2181 | 94ca417b9b07 |
child 2381 | caad2367d940 |
--- a/vregistry.py Tue Jul 07 11:38:25 2009 +0200 +++ b/vregistry.py Tue Jul 07 11:38:35 2009 +0200 @@ -229,7 +229,7 @@ """ if len(args) > 1: warn('only the request param can not be named when calling select', - DeprecationWarning, stacklevel=2) + DeprecationWarning, stacklevel=3) score, winners = 0, [] for vobject in vobjects: vobjectscore = vobject.__select__(vobject, *args, **kwargs)