Skip to content

Commit

Permalink
magic-removal: Upgraded django.dispatch to pydispatcher 1.0.3 (which …
Browse files Browse the repository at this point in the history
…hasn't been released yet; got it from latest CVS)

git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Apr 9, 2006
1 parent c229739 commit 25b7128
Show file tree
Hide file tree
Showing 7 changed files with 817 additions and 741 deletions.
12 changes: 6 additions & 6 deletions django/dispatch/__init__.py
@@ -1,6 +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"
"""Multi-consumer multi-producer dispatching mechanism
"""
__version__ = "1.0.0"
__author__ = "Patrick K. O'Brien"
__license__ = "BSD-style, see license.txt for details"

0 comments on commit 25b7128

Please sign in to comment.