Carlos, As Massimo says: why all that patching?
Anyway you can subclass and still use same names: class MyDAL(DAL): def my_method(self): .... DAL=MyDAL WATCH OUT that you could end up having problems if you OVERWRITE some methods. mic 2011/8/18 Massimo Di Pierro <[email protected]>: > It is just that it is complex and Carlos is having problems. Let's > wait we get to the bottom of those. > The bigger question to me is why? > > On Aug 17, 8:09 pm, pbreit <[email protected]> wrote: >> OK, thanks. Is that a reasonable aspiration or does the current architecture >> not really lend itself to such?

