[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - fssync.py:1.4
Guido van Rossum
guido@python.org
Mon, 9 Jun 2003 17:38:10 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv23626/interfaces
Modified Files:
fssync.py
Log Message:
Remove some vestigial code that doesn't seem to be used any more.
=== Zope3/src/zope/app/interfaces/fssync.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/fssync.py:1.3 Mon Jun 9 14:48:52 2003
+++ Zope3/src/zope/app/interfaces/fssync.py Mon Jun 9 17:38:09 2003
@@ -114,14 +114,3 @@
A factory for a Synchronization Adapter is provided to create
synchronizers for instances of the class.
"""
-
-
-class IFSAddView(IView):
- """Add objects to ZODB from file system.
-
- Implementation of this view helps in creating
- file system representation for zope objects.
- """
-
- def create(fspath=None):
- """Create file system representation for zope objects."""