milibopp / obsub

Small python module that implements the observer pattern via a decorator.
Other
12 stars 3 forks source link

Hotfix oldstyle classes #17

Closed coldfix closed 10 years ago

coldfix commented 10 years ago

This patch has priority going into the next release. git blame = thomas I BROKE THIS!

coldfix commented 10 years ago

Before merging this one should consider first if there may arise any unsuspected side-effects from having an one additional uncloaked entry in the instance dictionary.

milibopp commented 10 years ago

Just included this to the v0.2 milestone, since you mentioned the next release. I will look into this.