diff -r c4f1a07ee340 -r 9efdc7bc3565 app/soc/views/site/sponsor/list.py --- a/app/soc/views/site/sponsor/list.py Mon Oct 13 21:34:07 2008 +0000 +++ b/app/soc/views/site/sponsor/list.py Mon Oct 13 21:54:51 2008 +0000 @@ -22,11 +22,12 @@ ] -import soc.logic from soc.logic import models +from soc.views import helper from soc.views import simple -from soc.views import helper from soc.views.helper import access + +import soc.logic import soc.views.helper.lists import soc.views.helper.responses import soc.views.out_of_band