root/django/branches/gis/django/dispatch/__init__.py
| Revision 4265, 171 bytes (checked in by adrian, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | """Multi-consumer multi-producer dispatching mechanism |
| 2 | """ |
| 3 | __version__ = "1.0.0" |
| 4 | __author__ = "Patrick K. O'Brien" |
| 5 | __license__ = "BSD-style, see license.txt for details" |
Note: See TracBrowser for help on using the browser.
