diff options
Diffstat (limited to 'django/dispatch/__init__.py')
| -rw-r--r-- | django/dispatch/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/django/dispatch/__init__.py b/django/dispatch/__init__.py new file mode 100644 index 0000000000..bccae2a2da --- /dev/null +++ b/django/dispatch/__init__.py @@ -0,0 +1,6 @@ +"""Multi-consumer multi-producer dispatching mechanism +""" +__version__ = "1.0.0" +__author__ = "Patrick K. O'Brien" +__license__ = "BSD-style, see license.txt for details" + |
