From 3bd9ef8bbf8e899e29cf5aee36242bb0b8405130 Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Thu, 20 Jan 2011 15:58:18 +0000 Subject: Collaboration support for non-Sugar apps --- (limited to 'collaboration/dispatch/__init__.py') diff --git a/collaboration/dispatch/__init__.py b/collaboration/dispatch/__init__.py new file mode 100644 index 0000000..9f0a092 --- /dev/null +++ b/collaboration/dispatch/__init__.py @@ -0,0 +1,10 @@ +"""Multi-consumer multi-producer dispatching mechanism + +Originally based on pydispatch (BSD) +http://pypi.python.org/pypi/PyDispatcher/2.0.1 +See license.txt for original license. + +Heavily modified for Django's purposes. +""" + +from dispatcher import Signal -- cgit v0.9.1