[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views - __init__.py:1.1 configure.zcml:1.1
Stephan Richter
srichter@cbu.edu
Thu, 11 Jul 2002 03:12:43 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views
In directory cvs.zope.org:/tmp/cvs-serv24977/lib/python/Zope/App/OFS/Services/TranslationService/Views
Added Files:
__init__.py configure.zcml
Log Message:
I moved the OFS-specific parts of the Translation Service to
Zope.App.OFS.Services, which is the way all the other local/placeful
service impolementations do it.
=== Added File Zope3/lib/python/Zope/App/OFS/Services/TranslationService/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.
#
##############################################################################
=== Added File Zope3/lib/python/Zope/App/OFS/Services/TranslationService/Views/configure.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<include package=".Browser" />
<include package=".XMLRPC" />
</zopeConfigure>