Remove unused imports from soc.views.sitemap.build module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 16:45:03 +0000
changeset 1617 9fdf1bf1e6a6
parent 1616 e7be52fec71c
child 1618 1a9820619d5f
Remove unused imports from soc.views.sitemap.build module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/sitemap/build.py
--- 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)