[Zope-Checkins] CVS: Zope/lib/python/zExceptions - unauthorized.py:1.6.2.1

Chris McDonough chrism@zope.com
Sat, 28 Sep 2002 21:40:41 -0400


Update of /cvs-repository/Zope/lib/python/zExceptions
In directory cvs.zope.org:/tmp/cvs-serv16902/lib/python/zExceptions

Modified Files:
      Tag: chrism-install-branch
	unauthorized.py 
Log Message:
Merge chrism-install-branch with head.  Apologies for the spew.


=== Zope/lib/python/zExceptions/unauthorized.py 1.6 => 1.6.2.1 ===
--- Zope/lib/python/zExceptions/unauthorized.py:1.6	Wed Aug 21 15:58:34 2002
+++ Zope/lib/python/zExceptions/unauthorized.py	Sat Sep 28 21:40:40 2002
@@ -56,7 +56,7 @@
                     % 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())
         return repr(self)