Chris McDonough wrote: > > So it's kosher then to reimport the Zope module and use app() in a > constructor method, Shane? I was always afraid it would do something > horrible. You certainly should not call reload(Zope), but the semantics of import are smart enough to only execute the module the first time it's imported. Shane