Hello, I've been doing some clutter coding in python, and since the code is getting too big for one file and I want to have multiple behaviours in the app I decided to move the behaviour code to a separate class to then move it to a different file. But when I move the code out to an other class, it isn't working anymore:
http://rafb.net/p/WrcZ6Q20.html <-- works (without the class, all code in the same block) http://rafb.net/p/Wog62J10.html <-- doesn't work (with the class You can run and test the code to see it for yourself. I can't spot the problem and I've double-checked everything. Thanks, Luis de Bethencourt -- Luis de Bethencourt GuimerĂ¡ luisbg <[EMAIL PROTECTED]> GPG: B0ED1326 -- To unsubscribe send a mail to [EMAIL PROTECTED]
