Remove unused imports from soc.views.sitemap.build module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- a/app/soc/views/sitemap/build.py Wed Mar 04 16:44:21 2009 +0000
+++ b/app/soc/views/sitemap/build.py Wed Mar 04 16:45:03 2009 +0000
@@ -24,10 +24,10 @@
from django.conf.urls import defaults
-from soc.views.models import club
-from soc.views.models import club_app
-from soc.views.models import club_admin
-from soc.views.models import club_member
+#from soc.views.models import club
+#from soc.views.models import club_app
+#from soc.views.models import club_admin
+#from soc.views.models import club_member
from soc.views.models import document
from soc.views.models import host
from soc.views.models import mentor
@@ -98,4 +98,6 @@
def getPatterns():
+ """Retrieves all the url patterns of this site.
+ """
return defaults.patterns(None, *sitemap.SITEMAP)