3 Jun
2004
3 Jun
'04
8:06 a.m.
Small Business Services wrote:
Running VerboseSecurity under zope 2.6.1, python 2.1.3 requires the following change in PermissionRolePatch.py:
Change: if issubclass(t, StringType) or issubclass(t, UnicodeType): To: if isinstance(t, StringType) or isinstance(t, UnicodeType):
I don't know if this is a good/bad fix but at least VerboseSecurity works.
I don't remember needing this for VerboseSecurity in 2.6.1 :-S Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk