Moved getSidebarLinks to sitemap.sidebar
This is the fourth, and final patch, that attempts to
improve the cohesion in the base.View class.
Patch by: Sverre Rabbelier
"""Multi-consumer multi-producer dispatching mechanismOriginally based on pydispatch (BSD) http://pypi.python.org/pypi/PyDispatcher/2.0.1See license.txt for original license.Heavily modified for Django's purposes."""from django.dispatch.dispatcher import Signal