[Zope3-checkins] CVS: Zope3/src/zope/app/utility/browser - __init__.py:1.4

Philipp von Weitershausen philikon at philikon.de
Thu Mar 18 12:01:44 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/utility/browser
In directory cvs.zope.org:/tmp/cvs-serv22177/src/zope/app/utility/browser

Modified Files:
	__init__.py 
Log Message:
The zope.app.form.widget module becomes zope.app.form. This makes sense
since widgets is really the only thing this package contains and it
shortens import paths.


=== Zope3/src/zope/app/utility/browser/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/utility/browser/__init__.py:1.3	Sat Mar 13 19:15:20 2004
+++ Zope3/src/zope/app/utility/browser/__init__.py	Thu Mar 18 12:01:13 2004
@@ -17,7 +17,7 @@
 """
 from zope.app.component.browser.interfacewidget import InterfaceWidget
 from zope.app.registration.browser import AddComponentRegistration
-from zope.app.form.widget import CustomWidgetFactory
+from zope.app.form import CustomWidgetFactory
 from zope.app.registration.interfaces import ActiveStatus
 from zope.app.registration.interfaces import RegisteredStatus
 from zope.app.registration.interfaces import UnregisteredStatus




More information about the Zope3-Checkins mailing list