[Zope3-checkins] CVS: Zope3/src/zope/app/pagetemplate/tests - test_directives.py:1.4

Jim Fulton jim@zope.com
Mon, 28 Jul 2003 18:20:38 -0400


Update of /cvs-repository/Zope3/src/zope/app/pagetemplate/tests
In directory cvs.zope.org:/tmp/cvs-serv29730/src/zope/app/pagetemplate/tests

Modified Files:
	test_directives.py 
Log Message:
No longer use metameta.zcml.


=== Zope3/src/zope/app/pagetemplate/tests/test_directives.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/pagetemplate/tests/test_directives.py:1.3	Fri Jun  6 16:44:31 2003
+++ Zope3/src/zope/app/pagetemplate/tests/test_directives.py	Mon Jul 28 18:20:04 2003
@@ -60,7 +60,6 @@
     def setUp(self):
         import zope.configuration
         PlacelessSetup.setUp(self)
-        XMLConfig('metameta.zcml', zope.configuration)()
         XMLConfig('meta.zcml', zope.app.pagetemplate)()
 
     def testTalesAPI1(self):