[Zope-Checkins] CVS: Zope/lib/python/AccessControl -
Owned.py:1.19.46.3
Brian Lloyd
brian at zope.com
Thu Jan 29 14:32:57 EST 2004
Update of /cvs-repository/Zope/lib/python/AccessControl
In directory cvs.zope.org:/tmp/cvs-serv31400/lib/python/AccessControl
Modified Files:
Tag: Zope-2_7-branch
Owned.py
Log Message:
fix use of None as a name
=== Zope/lib/python/AccessControl/Owned.py 1.19.46.2 => 1.19.46.3 ===
--- Zope/lib/python/AccessControl/Owned.py:1.19.46.2 Thu Jan 29 14:30:59 2004
+++ Zope/lib/python/AccessControl/Owned.py Thu Jan 29 14:32:56 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