[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Security - ZopeSecurityPolicy.py:1.1.2.6

Chris McDonough chrism@zope.com
Sat, 1 Dec 2001 17:49:35 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Security
In directory cvs.zope.org:/tmp/cvs-serv31151

Modified Files:
      Tag: Zope-3x-branch
	ZopeSecurityPolicy.py 
Log Message:
Fixed misspelling of _allowName.


=== Zope3/lib/python/Zope/App/Security/ZopeSecurityPolicy.py 1.1.2.5 => 1.1.2.6 ===
                 , context
                 ):
-        if not self.allowName( name ):
+        if not self._allowName( name ):
             raise Unauthorized, "Name '%s' is not allowed" % name
 
         permission = self._findPermission( value )