[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture/tests - testSkins.py:1.1.2.6

Andreas Jung andreas@digicool.com
Thu, 10 Jan 2002 16:05:47 -0500


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

Modified Files:
      Tag: Zope-3x-branch
	testSkins.py 
Log Message:
fixed missing import 


=== Zope3/lib/python/Zope/ComponentArchitecture/tests/testSkins.py 1.1.2.5 => 1.1.2.6 ===
 from Zope.ComponentArchitecture import defineSkin, provideView, getView, _clear
 from Zope.ComponentArchitecture import getRequestView
+from Zope.ComponentArchitecture.Exceptions import ComponentLookupError 
 from Interface import Interface
 from Request import Request