[Zope3-checkins] CVS: Zope3/src/zope/app/content - fssync.py:1.6
   
    Guido van Rossum
     
    guido@python.org
       
    Thu, 15 May 2003 17:28:25 -0400
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv6116
Modified Files:
	fssync.py 
Log Message:
Remove a redundent import.
=== Zope3/src/zope/app/content/fssync.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/content/fssync.py:1.5	Thu May 15 12:57:19 2003
+++ Zope3/src/zope/app/content/fssync.py	Thu May 15 17:28:25 2003
@@ -19,7 +19,6 @@
 from zope.app.content.file import File
 from zope.app.content.folder import Folder
 from zope.app.content.zpt import ZPTPage
-from zope.app.fssync.classes import FSAddView
 from zope.app.fssync.classes import ObjectEntryAdapter, AttrMapping
 from zope.app.interfaces.fssync import IObjectFile, IContentDirectory
 from zope.proxy.context import ContextWrapper