Possible Duplicate:
Python Observer Pattern: Examples, Tips?
Is there a specific library that implements the observer/observable(gof) pattern in Python? I'd use it to update a wxPython view from my model. Writing my own wouldn't be difficult, but I'm wondering if there's something specific for Python.