[Zope3-checkins] CVS: Zope3/src/zope/app/form - interfaces.py:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 23:45:19 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/form
In directory cvs.zope.org:/tmp/cvs-serv2821/src/zope/app/form

Modified Files:
	interfaces.py 
Log Message:


Move exception views and interfaces to their own package zope.app.exception.




=== Zope3/src/zope/app/form/interfaces.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/form/interfaces.py:1.1	Sat Mar 13 16:37:17 2004
+++ Zope3/src/zope/app/form/interfaces.py	Sat Mar 13 23:44:49 2004
@@ -18,7 +18,7 @@
 from zope.schema.interfaces import ValidationError
 from zope.component.interfaces import IView
 from zope.interface import Attribute, Interface, implements
-from zope.app.interfaces.exceptions import UserError
+from zope.app.exception.interfaces import UserError
 
 class IWidgetInputError(Interface):
     """Placeholder for a snippet View"""




More information about the Zope3-Checkins mailing list