Remove unused imports in Melange modules.
--- a/app/soc/models/priority_group.py Tue May 26 22:10:02 2009 +0200
+++ b/app/soc/models/priority_group.py Tue May 26 22:18:04 2009 +0200
@@ -23,8 +23,6 @@
from google.appengine.ext import db
-from django.utils.translation import ugettext
-
from soc.models import linkable
--- a/app/soc/modules/soc_core/callback.py Tue May 26 22:10:02 2009 +0200
+++ b/app/soc/modules/soc_core/callback.py Tue May 26 22:18:04 2009 +0200
@@ -21,8 +21,6 @@
]
-from soc.modules import callback
-
from soc.views.models import club
from soc.views.models import club_app
from soc.views.models import club_admin
--- a/app/soc/views/helper/lists.py Tue May 26 22:10:02 2009 +0200
+++ b/app/soc/views/helper/lists.py Tue May 26 22:18:04 2009 +0200
@@ -22,7 +22,6 @@
'"Pawel Solyga" <pawel.solyga@gmail.com>',
]
-import logging
from soc.logic import dicts
from soc.logic.models.user import logic as user_logic
--- a/app/soc/views/helper/responses.py Tue May 26 22:10:02 2009 +0200
+++ b/app/soc/views/helper/responses.py Tue May 26 22:18:04 2009 +0200
@@ -37,7 +37,6 @@
from soc.views import helper
from soc.views.helper import redirects
from soc.views.helper import templates
-from soc.views.sitemap import sidebar
def respond(request, template, context=None, response_args=None,