app/soc/views/site/sponsor/list.py
changeset 316 9efdc7bc3565
parent 309 7190b224c701
child 324 05e21c089be6
--- 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