Remove unused imports from soc.models.club_admin model.
Patch by: Pawel Solyga
Review by: to-be-reviewed
--- a/app/soc/models/club_admin.py Sat Jan 24 11:24:45 2009 +0000
+++ b/app/soc/models/club_admin.py Sat Jan 24 11:25:15 2009 +0000
@@ -21,10 +21,7 @@
]
-from google.appengine.ext import db
-
import soc.models.role
-import soc.models.club
class ClubAdmin(soc.models.role.Role):