[Checkins] SVN: z3c.form/trunk/src/z3c/form/browser/README.txt no need to load zope.app.component anymore

Hano Schlichting cvs-admin at zope.org
Mon May 21 20:38:04 UTC 2012


Log message for revision 126416:
  no need to load zope.app.component anymore
  

Changed:
  U   z3c.form/trunk/src/z3c/form/browser/README.txt

-=-
Modified: z3c.form/trunk/src/z3c/form/browser/README.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/browser/README.txt	2012-05-21 20:36:21 UTC (rev 126415)
+++ z3c.form/trunk/src/z3c/form/browser/README.txt	2012-05-21 20:38:01 UTC (rev 126416)
@@ -15,11 +15,11 @@
 
   >>> from zope.configuration import xmlconfig
   >>> import zope.component
-  >>> import zope.app.component
+  >>> import zope.security
   >>> import zope.i18n
   >>> import z3c.form
   >>> xmlconfig.XMLConfig('meta.zcml', zope.component)()
-  >>> xmlconfig.XMLConfig('meta.zcml', zope.app.component)()
+  >>> xmlconfig.XMLConfig('meta.zcml', zope.security)()
   >>> xmlconfig.XMLConfig('meta.zcml', zope.i18n)()
   >>> xmlconfig.XMLConfig('meta.zcml', z3c.form)()
   >>> xmlconfig.XMLConfig('configure.zcml', z3c.form)()



More information about the checkins mailing list