diff -r 1cd180cc56c9 -r fd2e83a297c7 app/soc/views/helper/lists.py --- a/app/soc/views/helper/lists.py Fri Apr 03 17:41:08 2009 +0000 +++ b/app/soc/views/helper/lists.py Fri Apr 03 17:43:41 2009 +0000 @@ -23,8 +23,6 @@ ] -import itertools - from soc.logic import dicts from soc.logic.models.user import logic as user_logic @@ -166,7 +164,7 @@ if more: del data[limit:] - newest = next = prev = export_link ='' + newest = next = prev = export_link = '' base_params = dict(i for i in request.GET.iteritems() if i[0].startswith('offset_') or i[0].startswith('limit_'))