| # |
# |
| ############################################################################## |
############################################################################## |
| """ |
""" |
| $Id: checker.py,v 1.40 2003/10/03 20:37:51 sidnei Exp $ |
$Id: checker.py,v 1.41 2003/11/05 03:08:10 jeremy Exp $ |
| |
|
| You can set the environment variable ZOPE_WATCH_CHECKERS to get additional |
You can set the environment variable ZOPE_WATCH_CHECKERS to get additional |
| security checker debugging output on the standard error. |
security checker debugging output on the standard error. |
| forbidden attribute access. Setting it to a larger number will also display |
forbidden attribute access. Setting it to a larger number will also display |
| messages about granted attribute access. |
messages about granted attribute access. |
| """ |
""" |
| from __future__ import generators |
|
| |
|
| import os |
import os |
| import sys |
import sys |
| import types |
import types |