[Zope3-checkins] CVS: Zope3/src/zope/app/file/browser - file.py:1.5
Philipp von Weitershausen
philikon at philikon.de
Thu Mar 18 12:01:39 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/file/browser
In directory cvs.zope.org:/tmp/cvs-serv22177/src/zope/app/file/browser
Modified Files:
file.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/file/browser/file.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/file/browser/file.py:1.4 Wed Mar 17 12:37:02 2004
+++ Zope3/src/zope/app/file/browser/file.py Thu Mar 18 12:01:08 2004
@@ -16,7 +16,7 @@
$Id$
"""
from zope.app.form.browser import BytesAreaWidget
-from zope.app.form.widget import CustomWidgetFactory
+from zope.app.form import CustomWidgetFactory
__metaclass__ = type
More information about the Zope3-Checkins
mailing list