[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Container - IContainer.py:1.1.2.2.2.1
Stephan Richter
srichter@cbu.edu
Tue, 9 Apr 2002 12:12:30 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Container
In directory cvs.zope.org:/tmp/cvs-serv4334/App/OFS/Container
Modified Files:
Tag: Zope3-Server-Branch
IContainer.py
Log Message:
Check in my big mess of stuff, which is working towards making FTP work
together with the Publisher. I will keep working on startup now, so that
we can test easier.
This is basically a check-in, so that Shane can see what I have done last
night. Please do not expect anything towork, since this is more than just
work in progress... it is a prototype to get FTP running via Publisher!
=== Zope3/lib/python/Zope/App/OFS/Container/IContainer.py 1.1.2.2 => 1.1.2.2.2.1 ===
class IContainer(IReadContainer, IWriteContainer):
"""The interface for working with a readable and writable container."""
-
-
-
-
-