[Zope-Checkins]
SVN: Products.Five/branches/zope33-port/formlib/tests/formlib.txt
get rid of unnecessary zcml loading
Philipp von Weitershausen
philikon at philikon.de
Thu Apr 27 17:19:49 EDT 2006
Log message for revision 67676:
get rid of unnecessary zcml loading
Changed:
U Products.Five/branches/zope33-port/formlib/tests/formlib.txt
-=-
Modified: Products.Five/branches/zope33-port/formlib/tests/formlib.txt
===================================================================
--- Products.Five/branches/zope33-port/formlib/tests/formlib.txt 2006-04-27 21:18:37 UTC (rev 67675)
+++ Products.Five/branches/zope33-port/formlib/tests/formlib.txt 2006-04-27 21:19:48 UTC (rev 67676)
@@ -21,7 +21,6 @@
>>> zcml.load_config('meta.zcml', Products.Five)
>>> import Products.Five.form.tests
>>> zcml.load_config('configure.zcml', package=Products.Five)
- >>> zcml.load_config('configure.zcml', package=Products.Five.formlib)
>>> zcml.load_config('configure.zcml', package=Products.Five.formlib.tests)
Finally, we need to setup a traversable folder. Otherwise, Five won't get
More information about the Zope-Checkins
mailing list