[Zope3-dev] Re: Problem with zope.app.security._protections for tests

Gary Poster gary at zope.com
Mon Aug 8 10:06:23 EDT 2005


On Aug 8, 2005, at 9:51 AM, Philipp von Weitershausen wrote:

> [SNIP] This might have not worked anyway [SNIP]

Right.  As I perhaps only hinted in the proposal, it is impossible to  
import _protections from zope.app.security, because of this in the  
__init__:

import _protections
_protections.protect()
del _protections

After the del from the __init__, you can no longer import it AFAICT.

Gary


More information about the Zope3-dev mailing list