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