[Zope-Checkins] CVS: Zope/lib/python/App - Management.py:1.55.16.4

Brian Lloyd brian@zope.com
Fri, 12 Apr 2002 15:45:56 -0400


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

Modified Files:
      Tag: Zope-2_5-branch
	Management.py 
Log Message:
removed extra import

=== Zope/lib/python/App/Management.py 1.55.16.3 => 1.55.16.4 ===
 from string import split, join, find
 from AccessControl import getSecurityManager, Unauthorized
-from AccessControl.SimpleObjectPolicies import _noroles
 
 class Tabs(ExtensionClass.Base):
     """Mix-in provides management folder tab support."""