summaryrefslogtreecommitdiff
path: root/django/dispatch/__init__.py
blob: bccae2a2daf9009c378848ee6b7b70403321e071 (plain)
1
2
3
4
5
6
"""Multi-consumer multi-producer dispatching mechanism
"""
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
__license__ = "BSD-style, see license.txt for details"