16 Jul
2001
16 Jul
'01
6:49 p.m.
From: Evan Simpson <evan@4-am.com> If 'manage_addSomething' is a constructor, as its name suggests, it has probably been registered with the Zope machinery by the time you get around to replacing it in the module namespace. Check to see whether 'manage_addSomething' is passed to a registration function in 'module'.
If that's the case, would you re-register in your hotfix?