[Zope3-checkins] CVS: Zope3/src/zope/app/content - fssync.py:1.10
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:49 -0400
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/app/content
Modified Files:
fssync.py
Log Message:
After cleaning up placefull test setup (see earlier checkins)
cleaned up unneeded imports in test modules (and some other modules)
based on the results of running Martijn Faassen's importchecker tool.
=== Zope3/src/zope/app/content/fssync.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/content/fssync.py:1.9 Sun Jun 1 11:59:30 2003
+++ Zope3/src/zope/app/content/fssync.py Tue Jun 3 18:46:18 2003
@@ -16,9 +16,6 @@
$Id$
"""
-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 ObjectEntryAdapter, AttrMapping
from zope.app.interfaces.fssync import IObjectFile, IContentDirectory
from zope.app.context import ContextWrapper