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

Stephan Richter srichter at cosmos.phy.tufts.edu
Mon Mar 15 08:11:18 EST 2004


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

Modified Files:
	interfaces.py 
Log Message:


Adjust package paths to new location of file representation interfaces.




=== Zope3/src/zope/app/externaleditor/interfaces.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/externaleditor/interfaces.py:1.1	Fri Feb 27 09:23:16 2004
+++ Zope3/src/zope/app/externaleditor/interfaces.py	Mon Mar 15 08:10:47 2004
@@ -27,11 +27,11 @@
        action should be available.
 
     2. It needs to have an adapter for the interface
-       ``zope.app.interfaces.file.IReadFile``.
+       ``zope.app.filerepresentation.interfaces.IReadFile``.
 
     3. It needs to have a ``PUT`` view which receive the content
        back from the External Editor client and update the
        object, optimally using an adapter to the interface
-       ``zope.app.interfaces.file.IWriteFile`` (but not
+       ``zope.app.filerepresentation.interfaces.IWriteFile`` (but not
        necessarily).
     """




More information about the Zope3-Checkins mailing list