[Zope-Checkins] CVS: Zope3/lib/python/Zope/Server/LineReceiver/tests - __init__.py:1.1.2.1

Stephan Richter srichter@cbu.edu
Thu, 4 Apr 2002 20:36:24 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Server/LineReceiver/tests
In directory cvs.zope.org:/tmp/cvs-serv20143/LineReceiver/tests

Added Files:
      Tag: Zope3-Server-Branch
	__init__.py 
Log Message:
This is a first take on providing a generic framework for comamnd line
protocols. They share quiet a bit of code, so I think it is worthwhile
doing that. I also fixed the FTP server to work with this.



=== Added File Zope3/lib/python/Zope/Server/LineReceiver/tests/__init__.py ===
##############################################################################
#
# Copyright (c) 2001, 2002 Zope Corporation and Contributors.
# All Rights Reserved.
# 
# This software is subject to the provisions of the Zope Public License,
# Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
# FOR A PARTICULAR PURPOSE.
# 
##############################################################################
"""

$Id: __init__.py,v 1.1.2.1 2002/04/05 01:36:23 srichter Exp $
"""