Django

Code

root/django/branches/newforms-admin/django/dispatch/__init__.py

Revision 4265, 171 bytes (checked in by adrian, 2 years ago)

Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. Thanks, jjl@pobox.com

  • Property svn:eol-style set to native
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.