[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - metaConfigure.py:1.2.12.4

Rakesh Naidu rnaidu@zeomega.com
Tue, 22 Oct 2002 07:07:20 -0400


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

Modified Files:
      Tag: Zope3-Bangalore-TTW-Branch
	metaConfigure.py 
Log Message:
this was done twice "from Zope.Security.Proxy import Proxy", so it had to be modified


=== Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py 1.2.12.3 => 1.2.12.4 ===
--- Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py:1.2.12.3	Tue Oct 22 06:13:27 2002
+++ Zope3/lib/python/Zope/App/ComponentArchitecture/metaConfigure.py	Tue Oct 22 07:07:20 2002
@@ -18,11 +18,8 @@
 from Zope.Configuration import namespace
 from Interface import Interface
 from Zope.Configuration.Action import Action
-
-from Zope.Security.Proxy import Proxy
 from Zope.Security.Checker \
      import InterfaceChecker, CheckerPublic, NamesChecker, Checker
-
 from Zope.ComponentArchitecture.GlobalServiceManager \
      import UndefinedService