[Zope-Checkins] CVS: Zope/lib/python/AccessControl - Owned.py:1.18.6.4

Brian Lloyd brian at zope.com
Thu Jan 29 14:33:10 EST 2004


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

Modified Files:
      Tag: Zope-2_6-branch
	Owned.py 
Log Message:
fix use of None as a name


=== Zope/lib/python/AccessControl/Owned.py 1.18.6.3 => 1.18.6.4 ===
--- Zope/lib/python/AccessControl/Owned.py:1.18.6.3	Thu Jan 29 14:31:15 2004
+++ Zope/lib/python/AccessControl/Owned.py	Thu Jan 29 14:33:09 2004
@@ -63,7 +63,7 @@
 
     getOwner__roles__=()
     def getOwner(self, info=0,
-                 aq_get=aq_get, None=None,
+                 aq_get=aq_get,
                  UnownableOwner=UnownableOwner,
                  getSecurityManager=getSecurityManager,
                  ):




More information about the Zope-Checkins mailing list