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

Stephan Richter srichter@cbu.edu
Fri, 5 Apr 2002 12:16:39 -0500


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

Added Files:
      Tag: Zope3-Server-Branch
	__init__.py 
Log Message:
Transcribed the shiks! POP3 code to our server model. Nothing is working
yet, I merely copied and adapted code.


=== Added File Zope3/lib/python/Zope/Server/POP3/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 17:16:38 srichter Exp $
"""