[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/ifacemodule - __init__.py:1.2

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 13:16:41 EST 2004


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

Modified Files:
	__init__.py 
Log Message:
Revived the zope.app.content package to contain content-related code,
incl. interfaces (IContentType), which was moved from
zope.app.interfaces.content.


=== Zope3/src/zope/app/apidoc/ifacemodule/__init__.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/ifacemodule/__init__.py:1.1	Thu Feb 19 15:46:41 2004
+++ Zope3/src/zope/app/apidoc/ifacemodule/__init__.py	Tue Mar  2 13:16:10 2004
@@ -57,7 +57,7 @@
       Here we find an interface that is not in the interface service, but
       exists.
 
-      >>> module.get('zope.app.interfaces.content.IContentType').getName()
+      >>> module.get('zope.app.content.interfaces.IContentType').getName()
       'IContentType'
 
       >>> print '\n'.join([id for id, iface in module.items()])




More information about the Zope3-Checkins mailing list