[Checkins] SVN: zope.mimetype/trunk/ - No longer depending on `zope.app.form` in `configure.zcml` by using

Michael Howitz mh at gocept.com
Wed Nov 10 15:04:27 EST 2010


Log message for revision 118319:
  - No longer depending on `zope.app.form` in `configure.zcml` by using
    `zope.formlib` instead, where the needed interfaces are living now.
  
  

Changed:
  U   zope.mimetype/trunk/CHANGES.txt
  U   zope.mimetype/trunk/src/zope/mimetype/configure.zcml

-=-
Modified: zope.mimetype/trunk/CHANGES.txt
===================================================================
--- zope.mimetype/trunk/CHANGES.txt	2010-11-10 19:35:31 UTC (rev 118318)
+++ zope.mimetype/trunk/CHANGES.txt	2010-11-10 20:04:27 UTC (rev 118319)
@@ -5,6 +5,8 @@
 1.3.1 (unreleased)
 ------------------
 
+- No longer depending on `zope.app.form` in `configure.zcml` by using
+  `zope.formlib` instead, where the needed interfaces are living now.
 
 1.3.0 (2010-06-26)
 ------------------

Modified: zope.mimetype/trunk/src/zope/mimetype/configure.zcml
===================================================================
--- zope.mimetype/trunk/src/zope/mimetype/configure.zcml	2010-11-10 19:35:31 UTC (rev 118318)
+++ zope.mimetype/trunk/src/zope/mimetype/configure.zcml	2010-11-10 20:04:27 UTC (rev 118319)
@@ -25,7 +25,7 @@
       type="zope.publisher.interfaces.browser.IBrowserRequest"
       for="zope.schema.interfaces.IChoice
            zope.mimetype.interfaces.ICodecSource"
-      provides="zope.app.form.interfaces.IInputWidget"
+      provides="zope.formlib.interfaces.IInputWidget"
       factory=".widget.TranslatableSourceDropdownWidget"
       permission="zope.Public"
       />
@@ -34,7 +34,7 @@
       type="zope.publisher.interfaces.browser.IBrowserRequest"
       for="zope.schema.interfaces.IChoice
            zope.mimetype.interfaces.IContentTypeSource"
-      provides="zope.app.form.interfaces.IInputWidget"
+      provides="zope.formlib.interfaces.IInputWidget"
       factory=".widget.TranslatableSourceDropdownWidget"
       permission="zope.Public"
       />



More information about the checkins mailing list