[Zope3-checkins] CVS: Zope3/src/zope/app - zapi.py:1.15

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


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

Modified Files:
	zapi.py 
Log Message:


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




=== Zope3/src/zope/app/zapi.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/zapi.py:1.14	Sat Mar 13 18:54:56 2004
+++ Zope3/src/zope/app/zapi.py	Sat Mar 13 23:44:47 2004
@@ -28,6 +28,6 @@
 from zope.component import *
 
 from zope.app.traversing import *
-from zope.app.interfaces.exceptions import UserError
+from zope.app.exception.interfaces import UserError
 
 name = getName




More information about the Zope3-Checkins mailing list