app/soc/views/helper/lists.py
changeset 2077 fd2e83a297c7
parent 2049 d9adbaf1c30f
child 2108 286aa6528e84
--- 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_'))