Commit 61df9afc authored by Brian Lloyd's avatar Brian Lloyd

fix use of None as a name

parent 3b318776
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
############################################################################## ##############################################################################
"""Support for owned objects """Support for owned objects
$Id: Owned.py,v 1.22 2004/01/29 19:31:06 Brian Exp $ $Id: Owned.py,v 1.23 2004/01/29 19:33:03 Brian Exp $
""" """
import Globals, urlparse, SpecialUsers, ExtensionClass import Globals, urlparse, SpecialUsers, ExtensionClass
...@@ -63,7 +63,7 @@ class Owned(ExtensionClass.Base): ...@@ -63,7 +63,7 @@ class Owned(ExtensionClass.Base):
getOwner__roles__=() getOwner__roles__=()
def getOwner(self, info=0, def getOwner(self, info=0,
aq_get=aq_get, None=None, aq_get=aq_get,
UnownableOwner=UnownableOwner, UnownableOwner=UnownableOwner,
getSecurityManager=getSecurityManager, getSecurityManager=getSecurityManager,
): ):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment