[Zope3-checkins] CVS: Zope3/src/zope/app/externaleditor/browser - __init__.py:1.3

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/browser
In directory cvs.zope.org:/tmp/cvs-serv12586/src/zope/app/externaleditor/browser

Modified Files:
	__init__.py 
Log Message:


Adjust package paths to new location of file representation interfaces.




=== Zope3/src/zope/app/externaleditor/browser/__init__.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/externaleditor/browser/__init__.py:1.2	Sat Mar  6 11:50:23 2004
+++ Zope3/src/zope/app/externaleditor/browser/__init__.py	Mon Mar 15 08:10:48 2004
@@ -15,7 +15,7 @@
 
 from zope.app import zapi
 from zope.app.publisher.browser import BrowserView
-from zope.app.interfaces.file import IReadFile, IWriteFile
+from zope.app.filerepresentation.interfaces import IReadFile, IWriteFile
 from zope.app.content import queryContentType
 from zope.security.proxy import trustedRemoveSecurityProxy
 




More information about the Zope3-Checkins mailing list