[Zope-dev] What's this weirdness? :-)

Wolf Logan wolf@searchbutton.com
Thu, 15 Apr 1999 17:58:45 -0700


i could be wrong here, but this looks like a "traditional" python-ism to
defer importing of the module Response until it's needed.

----- Original Message -----
From: <skip@mojam.com>
Sent: Thursday, April 15, 1999 1:58 PM


> Why go to the trouble of defining a function and calling it just to modify
> Response._tbopen/_tbclose?  Can't they just be set directly?