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

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 06:04:10 EST 2004


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

Modified Files:
	schema.py 
Log Message:


Moved the persistent interface and type registry code to zope.app.interface.


=== Zope3/src/zope/app/schema/schema.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/schema/schema.py:1.1	Tue Mar  9 19:57:56 2004
+++ Zope3/src/zope/app/schema/schema.py	Thu Mar 11 06:03:39 2004
@@ -25,7 +25,7 @@
 from zope.proxy import removeAllProxies
 from zope.app import zapi
 from zope.app.browser.container.adding import Adding
-from zope.app.services.interface import PersistentInterfaceClass
+from zope.app.interface import PersistentInterfaceClass
 from zope.app.services.utility import UtilityRegistration
 from zope.app.container.contained import Contained, setitem, uncontained
 




More information about the Zope3-Checkins mailing list