django/django/dispatch/__init__.py
2005-12-17 02:11:48 +00:00

6 lines
177 B
Python

"""Multi-consumer multi-producer dispatching mechanism
"""
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
__license__ = "BSD-style, see license.txt for details"