Probably needs cleaning up a bit. And we use pygtk-codegen, ugh... This is the commit id when we imported sugar-base: b9406e5c9c9df5404c5b0d995178b5edb4d93628 Signed-off-by: Daniel Drake <dsd@laptop.org> [squashed two patches into one] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
10 lines
269 B
Python
10 lines
269 B
Python
"""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 sugar.dispatch.dispatcher import Signal
|