[CMF-checkins] CVS: CMF - TypesTool.py:1.7

shane@digicool.com shane@digicool.com
Sat, 7 Apr 2001 18:58:37 -0400 (EDT)


Update of /cvs-repository/CMF/CMFCore
In directory korak:/tmp/cvs-serv7005

Modified Files:
	TypesTool.py 
Log Message:
Removed unnecessary call to getSecurityManager()



--- Updated File TypesTool.py in package CMF --
--- TypesTool.py	2001/04/07 20:20:09	1.6
+++ TypesTool.py	2001/04/07 22:58:36	1.7
@@ -668,7 +668,6 @@
             type regisetered in the portal.
         """
         rval = []
-        sm = getSecurityManager()
         for t in self.objectValues():
             # Filter out things that aren't TypeInformation and
             # types for which the user does not have adequate permission.