app/soc/views/models/priority_group.py
changeset 2212 4095892a3c99
parent 2208 1bf4e904d5f5
--- a/app/soc/views/models/priority_group.py	Sat Apr 18 14:04:11 2009 +0000
+++ b/app/soc/views/models/priority_group.py	Sat Apr 18 14:04:39 2009 +0000
@@ -22,15 +22,10 @@
   ]
 
 
-from django import forms
-
-from soc.logic import cleaning
 from soc.logic import dicts
 from soc.logic.models.priority_group import logic as priority_group_logic
 from soc.views.helper import access
 from soc.views.helper import decorators
-from soc.views.helper import dynaform
-from soc.views.helper import widgets
 from soc.views.models import base