[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Security - _protections.py:1.6

Steve Alexander steve@cat-box.net
Sat, 30 Nov 2002 10:17:58 -0500


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

Modified Files:
	_protections.py 
Log Message:
removed extraneous import


=== Zope3/lib/python/Zope/App/Security/_protections.py 1.5 => 1.6 ===
--- Zope3/lib/python/Zope/App/Security/_protections.py:1.5	Sat Nov 30 09:49:42 2002
+++ Zope3/lib/python/Zope/App/Security/_protections.py	Sat Nov 30 10:17:58 2002
@@ -18,8 +18,7 @@
 """
 
 def protect():
-    from Zope.Security.Checker import \
-         defineChecker, getCheckerForInstancesOf, NamesChecker, NoProxy
+    from Zope.Security.Checker import defineChecker, NamesChecker, NoProxy
 
 
     # excluding _check, _bucket_type, _firstbucket, and write operations