Commit e3627b79 authored by Brian Lloyd's avatar Brian Lloyd

Changed _noroles -> None

parent 5e59dca7
......@@ -13,9 +13,9 @@
"""Standard management interface support
$Id: Management.py,v 1.57 2002/04/12 18:24:24 Brian Exp $"""
$Id: Management.py,v 1.58 2002/04/12 19:20:12 Brian Exp $"""
__version__='$Revision: 1.57 $'[11:-2]
__version__='$Revision: 1.58 $'[11:-2]
import sys, Globals, ExtensionClass, urllib
from Dialogs import MessageDialog
......@@ -55,7 +55,7 @@ class Tabs(ExtensionClass.Base):
if o is None: continue
try:
if validate(None, self, None, o, _noroles):
if validate(None, self, None, o, None):
result.append(d)
except:
if not hasattr(o, '__roles__'):
......
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