[Zope-dev] The Application object

Shane Hathaway shane@digicool.com
Mon, 17 Jul 2000 13:14:16 -0400


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