diff -r 66e3dd913057 -r 86ec079d8302 app/soc/views/sitemap/sitemap.py --- a/app/soc/views/sitemap/sitemap.py Sun Nov 30 22:30:01 2008 +0000 +++ b/app/soc/views/sitemap/sitemap.py Mon Dec 01 12:34:55 2008 +0000 @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Sidebar +"""Module contains sidemap related functions. """ __authors__ = [ @@ -31,11 +31,12 @@ def getDjangoURLPatterns(params): - """Retrieves a list of sidebar entries for this View + """Retrieves a list of sidebar entries for this View. Params usage: The params dictionary is passed to the getKeyFieldsPatterns - method, see it's docstring on how it is used. + method, see it's docstring on how it is used. + django_patterns: The django_patterns value is returned directly if it is non-False. django_patterns_defaults: The dajngo_patterns_defaults value is