[Zope-Checkins] CVS: Zope/lib/python/AccessControl - Role.py:1.50.22.2

Matthew T. Kromer matt@zope.com
Fri, 28 Sep 2001 15:07:25 -0400


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

Modified Files:
      Tag: matt-userfolder-apiext
	Role.py 
Log Message:
Dont need to pull the exception in -- python already has imported exceptions
directly into the namespace.


=== Zope/lib/python/AccessControl/Role.py 1.50.22.1 => 1.50.22.2 ===
 from Permission import Permission
 from App.Common import aq_base
-from exceptions import *
 
 ListType=type([])