Haven't looked into it yet, but here's what someone
reported:
I have played around a bit with Pythius' AOP module.
I'm quite interested
in this module but have hit a few problems trying to
use it. The main
problems is with inheritance.
I have checked the test module and found an error in
it. The testing module
never does the inherited class test (don't know if it
was intentionally
disabled). After fixing this, the testing module
failed with the inherited
class test with the same problem I got (I have
commented the parts in the
testing module I have changed).
I'm attaching the fixed script if anyone is interested.
Hopefully I'll get some time to scratch around in
aop.py and come up with a
fix myself, but I don't know if my Pythong skill is up
to it!
modified tests to point out problem