[Zope3-checkins] CVS: Zope3/lib/python/Zope/Exceptions - unauthorized.py:1.6
   
    Jeremy Hylton
     
    jeremy@zope.com
       
    Wed, 17 Jul 2002 19:10:20 -0400
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/Exceptions
In directory cvs.zope.org:/tmp/cvs-serv5265/Zope/Exceptions
Modified Files:
	unauthorized.py 
Log Message:
getValueName() takes no arguments.
=== Zope3/lib/python/Zope/Exceptions/unauthorized.py 1.5 => 1.6 ===
                     % self.name)
         elif self.value is not None:
             return ("You are not allowed to access %s in this context"
-                    % self.getValueName(self.value))
+                    % self.getValueName())
                 
                             
     def getValueName(self):