Remove unused imports in Melange modules.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 26 May 2009 22:18:04 +0200
changeset 2358 e5821b87f6e3
parent 2357 f7b0c04e1e81
child 2359 d4de17ab9a1f
Remove unused imports in Melange modules.
app/soc/models/priority_group.py
app/soc/modules/soc_core/callback.py
app/soc/views/helper/lists.py
app/soc/views/helper/responses.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
 
 
--- 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,