Hi, I'm running into a strange problem with pyramid and traversal.
I have a Class inheriting from three base classes. First
PersistentMapping and two of my own classes.
In __init__ of this class I call super(MyClass, self).__init__() but the
__init__ methods of my two classes get never called.
If i move PersistentMapping to inherit last. The __init__ methods of
both classes are called.
Right now that's not a Problem but in the Future i might have to
override some methods of PersistentMapping by inheriting from another
class.
Am I doing something wrong?
Regards
Estartu
--
---------------------------------------------------------------------------
Gerhard Schmidt | http://www.augusta.de/~estartu |
Fischbachweg 3 | | PGP Public Key
86856 Hiltenfingen | JabberID: [email protected] | on request
Germany | |
signature.asc
Description: OpenPGP digital signature
