# HG changeset patch # User Pawel Solyga # Date 1243369084 -7200 # Node ID e5821b87f6e3d70d81929e5b5e184539067e46ee # Parent f7b0c04e1e81bc8dc30ad22e984e2f6759e460ec Remove unused imports in Melange modules. diff -r f7b0c04e1e81 -r e5821b87f6e3 app/soc/models/priority_group.py --- 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 diff -r f7b0c04e1e81 -r e5821b87f6e3 app/soc/modules/soc_core/callback.py --- 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 diff -r f7b0c04e1e81 -r e5821b87f6e3 app/soc/views/helper/lists.py --- 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" ', ] -import logging from soc.logic import dicts from soc.logic.models.user import logic as user_logic diff -r f7b0c04e1e81 -r e5821b87f6e3 app/soc/views/helper/responses.py --- 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,