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

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


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

Modified Files:
	Owned.py 
Log Message:
fix use of None as a name


=== Zope/lib/python/AccessControl/Owned.py 1.22 => 1.23 ===
--- Zope/lib/python/AccessControl/Owned.py:1.22	Thu Jan 29 14:31:06 2004
+++ Zope/lib/python/AccessControl/Owned.py	Thu Jan 29 14:33:03 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