[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/SmtpService/Views - __init__.py:1.1 configure.zcml:1.1

K.Narasimha Murthy nmurthy@zeomega.com
Fri, 25 Oct 2002 03:41:06 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/SmtpService/Views
In directory cvs.zope.org:/tmp/cvs-serv13369

Added Files:
	__init__.py configure.zcml 
Log Message:
Added Browser folder


=== Added File Zope3/lib/python/Zope/App/OFS/Services/SmtpService/Views/__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.
# 
##############################################################################
"""Container package for TTW service-component implementations.

Each service should be in a subpackages. Each service subpackage
should have a Views subpackages with sub-packages for each view type
containing the views for the service.

"""



=== Added File Zope3/lib/python/Zope/App/OFS/Services/SmtpService/Views/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
>
  <include package=".Browser"/>
</zopeConfigure>