zope.app.pagetemplate-3.11.2/ 000755 000766 000024 00000000000 11447373633 015720 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/CHANGES.txt 000644 000766 000024 00000005100 11447373626 017527 0 ustar 00mac staff 000000 000000 =======
Changes
=======
3.11.2 (2010-09-25)
-------------------
- Declared test dependency on ``zope.component [test]`` as it is needed to
run the tests.
3.11.1 (2010-09-01)
-------------------
- Added metaconfigure.registerType BBB import because some packages use it.
- Using doctest from standard library instead of `zope.testing.doctest`.
3.11.0 (2010-04-26)
-------------------
- Moved tales:expressiontype directive down into zope.browserpage.
3.10.1 (2010-01-04)
-------------------
- Fixed the `zope.browserpage` imports in the ``namedtemplate`` module.
3.10.0 (2009-12-22)
-------------------
- Moved named template implementation to zope.browserpage.
3.9.0 (2009-12-22)
------------------
- Moved viewpagetemplatefile, simpleviewclass and metaconfigure.registerType
into the zope.browserpage package, reversing the dependency.
3.8.0 (2009-12-16)
------------------
- Refactored nested macro test from a functional test into a unit test. This
allowed to remove the last outside zope.app dependencies.
- Fixed undeclared testing dependency on zope.app.component.
- Copy trivial NoTraverser class from zope.app.publication to avoid a ZCML
dependency on that package.
- Correct testing dependency to point to zope.securitypolicy instead of its
zope.app variant. The app version is no longer required since 3.4.1.
- Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
There's no code or ZCML left pointing to that package.
3.7.1 (2009-05-27)
------------------
- Restored ``zope.app.pagetemplate.engine`` module, using BBB imports from
``zope.pagetemplate.engine``.
3.7.0 (2009-05-25)
------------------
- Moved the ``engine`` module and associated testing machinery to
``zope.pagetemplate`` (version 3.5.0).
3.6.0 (2009-05-18)
------------------
* Moved ``namedtemplate.*`` from ``zope.formlib`` here as it is more
about a page template engine than a formular library. This also
breaks some dependencies on ``zope.formlib``.
* Added doctests to long_description to show up on pypi.
3.5.0 (2009-02-01)
------------------
* Use ``zope.container`` instead of ``zope.app.container``.
3.4.1 (2008-07-30)
------------------
* Substitute zope.app.zapi by direct calls to its wrapped apis.
See http://launchpad.net/bugs/219302
* Fix deprecation warning in ftesting.zcml: ZopeSecurityPolicy now lives in
zope.securitypolicy.
3.4.0 (2007-09-28)
------------------
* Initial release as standalone package.
* Dependency on zope.app.interpreter moved to an extra
[inline-evaluation]. It is only needed by zope.app.pythonpage,
which is an oddity.
zope.app.pagetemplate-3.11.2/COPYRIGHT.txt 000644 000766 000024 00000000040 11447373626 020025 0 ustar 00mac staff 000000 000000 Zope Foundation and Contributors zope.app.pagetemplate-3.11.2/LICENSE.txt 000644 000766 000024 00000004026 11447373626 017547 0 ustar 00mac staff 000000 000000 Zope Public License (ZPL) Version 2.1
A copyright notice accompanies this license document that identifies the
copyright holders.
This license has been certified as open source. It has also been designated as
GPL compatible by the Free Software Foundation (FSF).
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions in source code must retain the accompanying copyright
notice, this list of conditions, and the following disclaimer.
2. Redistributions in binary form must reproduce the accompanying copyright
notice, this list of conditions, and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Names of the copyright holders must not be used to endorse or promote
products derived from this software without prior written permission from the
copyright holders.
4. The right to distribute this software or to use it for any purpose does not
give you the right to use Servicemarks (sm) or Trademarks (tm) of the
copyright
holders. Use of them is covered by separate agreement with the copyright
holders.
5. If any files are modified, you must cause the modified files to carry
prominent notices stating that you changed the files and the date of any
change.
Disclaimer
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
zope.app.pagetemplate-3.11.2/PKG-INFO 000644 000766 000024 00000010524 11447373633 017017 0 ustar 00mac staff 000000 000000 Metadata-Version: 1.0
Name: zope.app.pagetemplate
Version: 3.11.2
Summary: PageTemplate integration for Zope 3
Home-page: http://pypi.python.org/pypi/zope.app.pagetemplate
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: The ``zope.app.pagetemplate`` package integrates the Page Template
templating system (``zope.pagetemplate``) into the Zope 3 application
server. In particular, it provides:
* a TALES engine implementation that uses Zope's security system for
checking access,
* TALES namespace adapters for easy access to DublinCore metadata
(e.g. ``obj/zope:title``) and URL quoting
(e.g. ``obj/@@absolute_url/url:quote``).
.. contents::
=======
Changes
=======
3.11.2 (2010-09-25)
-------------------
- Declared test dependency on ``zope.component [test]`` as it is needed to
run the tests.
3.11.1 (2010-09-01)
-------------------
- Added metaconfigure.registerType BBB import because some packages use it.
- Using doctest from standard library instead of `zope.testing.doctest`.
3.11.0 (2010-04-26)
-------------------
- Moved tales:expressiontype directive down into zope.browserpage.
3.10.1 (2010-01-04)
-------------------
- Fixed the `zope.browserpage` imports in the ``namedtemplate`` module.
3.10.0 (2009-12-22)
-------------------
- Moved named template implementation to zope.browserpage.
3.9.0 (2009-12-22)
------------------
- Moved viewpagetemplatefile, simpleviewclass and metaconfigure.registerType
into the zope.browserpage package, reversing the dependency.
3.8.0 (2009-12-16)
------------------
- Refactored nested macro test from a functional test into a unit test. This
allowed to remove the last outside zope.app dependencies.
- Fixed undeclared testing dependency on zope.app.component.
- Copy trivial NoTraverser class from zope.app.publication to avoid a ZCML
dependency on that package.
- Correct testing dependency to point to zope.securitypolicy instead of its
zope.app variant. The app version is no longer required since 3.4.1.
- Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
There's no code or ZCML left pointing to that package.
3.7.1 (2009-05-27)
------------------
- Restored ``zope.app.pagetemplate.engine`` module, using BBB imports from
``zope.pagetemplate.engine``.
3.7.0 (2009-05-25)
------------------
- Moved the ``engine`` module and associated testing machinery to
``zope.pagetemplate`` (version 3.5.0).
3.6.0 (2009-05-18)
------------------
* Moved ``namedtemplate.*`` from ``zope.formlib`` here as it is more
about a page template engine than a formular library. This also
breaks some dependencies on ``zope.formlib``.
* Added doctests to long_description to show up on pypi.
3.5.0 (2009-02-01)
------------------
* Use ``zope.container`` instead of ``zope.app.container``.
3.4.1 (2008-07-30)
------------------
* Substitute zope.app.zapi by direct calls to its wrapped apis.
See http://launchpad.net/bugs/219302
* Fix deprecation warning in ftesting.zcml: ZopeSecurityPolicy now lives in
zope.securitypolicy.
3.4.0 (2007-09-28)
------------------
* Initial release as standalone package.
* Dependency on zope.app.interpreter moved to an extra
[inline-evaluation]. It is only needed by zope.app.pythonpage,
which is an oddity.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
zope.app.pagetemplate-3.11.2/README.txt 000644 000766 000024 00000000642 11447373626 017422 0 ustar 00mac staff 000000 000000 The ``zope.app.pagetemplate`` package integrates the Page Template
templating system (``zope.pagetemplate``) into the Zope 3 application
server. In particular, it provides:
* a TALES engine implementation that uses Zope's security system for
checking access,
* TALES namespace adapters for easy access to DublinCore metadata
(e.g. ``obj/zope:title``) and URL quoting
(e.g. ``obj/@@absolute_url/url:quote``).
zope.app.pagetemplate-3.11.2/bootstrap.py 000644 000766 000024 00000003372 11447373626 020316 0 ustar 00mac staff 000000 000000 ##############################################################################
#
# Copyright (c) 2006 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (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.
#
##############################################################################
"""Bootstrap a buildout-based project
Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file.
$Id: bootstrap.py 116904 2010-09-25 13:20:53Z icemac $
"""
import os, shutil, sys, tempfile, urllib2
tmpeggs = tempfile.mkdtemp()
ez = {}
exec urllib2.urlopen('http://peak.telecommunity.com/dist/ez_setup.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
import pkg_resources
cmd = 'from setuptools.command.easy_install import main; main()'
if sys.platform == 'win32':
cmd = '"%s"' % cmd # work around spawn lamosity on windows
ws = pkg_resources.working_set
assert os.spawnle(
os.P_WAIT, sys.executable, sys.executable,
'-c', cmd, '-mqNxd', tmpeggs, 'zc.buildout',
dict(os.environ,
PYTHONPATH=
ws.find(pkg_resources.Requirement.parse('setuptools')).location
),
) == 0
ws.add_entry(tmpeggs)
ws.require('zc.buildout')
import zc.buildout.buildout
zc.buildout.buildout.main(sys.argv[1:] + ['bootstrap'])
shutil.rmtree(tmpeggs)
zope.app.pagetemplate-3.11.2/buildout.cfg 000644 000766 000024 00000000156 11447373626 020234 0 ustar 00mac staff 000000 000000 [buildout]
develop = .
parts = test
[test]
recipe = zc.recipe.testrunner
eggs = zope.app.pagetemplate [test]
zope.app.pagetemplate-3.11.2/setup.cfg 000644 000766 000024 00000000073 11447373633 017541 0 ustar 00mac staff 000000 000000 [egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
zope.app.pagetemplate-3.11.2/setup.py 000644 000766 000024 00000005132 11447373626 017435 0 ustar 00mac staff 000000 000000 ##############################################################################
#
# Copyright (c) 2006-2009 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (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.
#
##############################################################################
# This package is developed by the Zope Toolkit project, documented here:
# http://docs.zope.org/zopetoolkit
# When developing and releasing this package, please follow the documented
# Zope Toolkit policies as described by this documentation.
##############################################################################
from setuptools import setup, find_packages
import os.path
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
version = '3.11.2'
setup(name='zope.app.pagetemplate',
version=version,
url='http://pypi.python.org/pypi/zope.app.pagetemplate',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='PageTemplate integration for Zope 3',
long_description=(
read('README.txt')
+ '\n\n.. contents::\n\n' +
read('CHANGES.txt')
),
license='ZPL 2.1',
classifiers=['Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Framework :: Zope3',
],
packages=find_packages('src'),
package_dir={'': 'src'},
namespace_packages=['zope', 'zope.app'],
include_package_data=True,
install_requires=[
'setuptools',
'zope.browserpage>=3.12.0',
'zope.component [hook]',
'zope.configuration',
'zope.dublincore',
'zope.i18nmessageid',
'zope.interface',
'zope.pagetemplate>=3.5.0',
'zope.schema',
'zope.security [untrustedpython]',
'zope.size',
'zope.tales',
'zope.traversing',
],
extras_require={
"test": [
'zope.component [hook,test]',
'zope.container',
'zope.publisher',
],
},
zip_safe=False,
)
zope.app.pagetemplate-3.11.2/src/ 000755 000766 000024 00000000000 11447373633 016507 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/src/zope/ 000755 000766 000024 00000000000 11447373633 017464 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/ 000755 000766 000024 00000000000 11447373633 024404 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/PKG-INFO 000644 000766 000024 00000010524 11447373632 025502 0 ustar 00mac staff 000000 000000 Metadata-Version: 1.0
Name: zope.app.pagetemplate
Version: 3.11.2
Summary: PageTemplate integration for Zope 3
Home-page: http://pypi.python.org/pypi/zope.app.pagetemplate
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: The ``zope.app.pagetemplate`` package integrates the Page Template
templating system (``zope.pagetemplate``) into the Zope 3 application
server. In particular, it provides:
* a TALES engine implementation that uses Zope's security system for
checking access,
* TALES namespace adapters for easy access to DublinCore metadata
(e.g. ``obj/zope:title``) and URL quoting
(e.g. ``obj/@@absolute_url/url:quote``).
.. contents::
=======
Changes
=======
3.11.2 (2010-09-25)
-------------------
- Declared test dependency on ``zope.component [test]`` as it is needed to
run the tests.
3.11.1 (2010-09-01)
-------------------
- Added metaconfigure.registerType BBB import because some packages use it.
- Using doctest from standard library instead of `zope.testing.doctest`.
3.11.0 (2010-04-26)
-------------------
- Moved tales:expressiontype directive down into zope.browserpage.
3.10.1 (2010-01-04)
-------------------
- Fixed the `zope.browserpage` imports in the ``namedtemplate`` module.
3.10.0 (2009-12-22)
-------------------
- Moved named template implementation to zope.browserpage.
3.9.0 (2009-12-22)
------------------
- Moved viewpagetemplatefile, simpleviewclass and metaconfigure.registerType
into the zope.browserpage package, reversing the dependency.
3.8.0 (2009-12-16)
------------------
- Refactored nested macro test from a functional test into a unit test. This
allowed to remove the last outside zope.app dependencies.
- Fixed undeclared testing dependency on zope.app.component.
- Copy trivial NoTraverser class from zope.app.publication to avoid a ZCML
dependency on that package.
- Correct testing dependency to point to zope.securitypolicy instead of its
zope.app variant. The app version is no longer required since 3.4.1.
- Removed the ``inline-evaluation`` extra referring to zope.app.interpreter.
There's no code or ZCML left pointing to that package.
3.7.1 (2009-05-27)
------------------
- Restored ``zope.app.pagetemplate.engine`` module, using BBB imports from
``zope.pagetemplate.engine``.
3.7.0 (2009-05-25)
------------------
- Moved the ``engine`` module and associated testing machinery to
``zope.pagetemplate`` (version 3.5.0).
3.6.0 (2009-05-18)
------------------
* Moved ``namedtemplate.*`` from ``zope.formlib`` here as it is more
about a page template engine than a formular library. This also
breaks some dependencies on ``zope.formlib``.
* Added doctests to long_description to show up on pypi.
3.5.0 (2009-02-01)
------------------
* Use ``zope.container`` instead of ``zope.app.container``.
3.4.1 (2008-07-30)
------------------
* Substitute zope.app.zapi by direct calls to its wrapped apis.
See http://launchpad.net/bugs/219302
* Fix deprecation warning in ftesting.zcml: ZopeSecurityPolicy now lives in
zope.securitypolicy.
3.4.0 (2007-09-28)
------------------
* Initial release as standalone package.
* Dependency on zope.app.interpreter moved to an extra
[inline-evaluation]. It is only needed by zope.app.pythonpage,
which is an oddity.
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Framework :: Zope3
zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/SOURCES.txt 000644 000766 000024 00000003323 11447373632 026270 0 ustar 00mac staff 000000 000000 CHANGES.txt
COPYRIGHT.txt
LICENSE.txt
README.txt
bootstrap.py
buildout.cfg
setup.py
src/zope/__init__.py
src/zope.app.pagetemplate.egg-info/PKG-INFO
src/zope.app.pagetemplate.egg-info/SOURCES.txt
src/zope.app.pagetemplate.egg-info/dependency_links.txt
src/zope.app.pagetemplate.egg-info/namespace_packages.txt
src/zope.app.pagetemplate.egg-info/not-zip-safe
src/zope.app.pagetemplate.egg-info/requires.txt
src/zope.app.pagetemplate.egg-info/top_level.txt
src/zope/app/__init__.py
src/zope/app/pagetemplate/__init__.py
src/zope/app/pagetemplate/configure.zcml
src/zope/app/pagetemplate/engine.py
src/zope/app/pagetemplate/i18n.py
src/zope/app/pagetemplate/interfaces.py
src/zope/app/pagetemplate/meta.zcml
src/zope/app/pagetemplate/metaconfigure.py
src/zope/app/pagetemplate/namedtemplate.py
src/zope/app/pagetemplate/simpleviewclass.py
src/zope/app/pagetemplate/talesapi.py
src/zope/app/pagetemplate/urlquote.py
src/zope/app/pagetemplate/viewpagetemplatefile.py
src/zope/app/pagetemplate/tests/__init__.py
src/zope/app/pagetemplate/tests/inner.pt
src/zope/app/pagetemplate/tests/intermediate.pt
src/zope/app/pagetemplate/tests/outer.pt
src/zope/app/pagetemplate/tests/test_binding.py
src/zope/app/pagetemplate/tests/test_engine.py
src/zope/app/pagetemplate/tests/test_namedtemplate.py
src/zope/app/pagetemplate/tests/test_nested.py
src/zope/app/pagetemplate/tests/test_talesapi.py
src/zope/app/pagetemplate/tests/test_urlquote.py
src/zope/app/pagetemplate/tests/testusage.pt
src/zope/app/pagetemplate/tests/testpackage/__init__.py
src/zope/app/pagetemplate/tests/testpackage/content.py
src/zope/app/pagetemplate/tests/testpackage/default.pt
src/zope/app/pagetemplate/tests/testpackage/nothing.pt
src/zope/app/pagetemplate/tests/testpackage/view.pt zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/dependency_links.txt 000644 000766 000024 00000000001 11447373632 030451 0 ustar 00mac staff 000000 000000
zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/namespace_packages.txt 000644 000766 000024 00000000016 11447373632 030733 0 ustar 00mac staff 000000 000000 zope
zope.app
zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/not-zip-safe 000644 000766 000024 00000000001 11447373627 026635 0 ustar 00mac staff 000000 000000
zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/requires.txt 000644 000766 000024 00000000451 11447373632 027003 0 ustar 00mac staff 000000 000000 setuptools
zope.browserpage>=3.12.0
zope.component [hook]
zope.configuration
zope.dublincore
zope.i18nmessageid
zope.interface
zope.pagetemplate>=3.5.0
zope.schema
zope.security [untrustedpython]
zope.size
zope.tales
zope.traversing
[test]
zope.component [hook,test]
zope.container
zope.publisher zope.app.pagetemplate-3.11.2/src/zope.app.pagetemplate.egg-info/top_level.txt 000644 000766 000024 00000000005 11447373632 027130 0 ustar 00mac staff 000000 000000 zope
zope.app.pagetemplate-3.11.2/src/zope/__init__.py 000644 000766 000024 00000000310 11447373626 021571 0 ustar 00mac staff 000000 000000 # this is a namespace package
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
zope.app.pagetemplate-3.11.2/src/zope/app/ 000755 000766 000024 00000000000 11447373633 020244 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/src/zope/app/__init__.py 000644 000766 000024 00000000310 11447373626 022351 0 ustar 00mac staff 000000 000000 # this is a namespace package
try:
import pkg_resources
pkg_resources.declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)
zope.app.pagetemplate-3.11.2/src/zope/app/pagetemplate/ 000755 000766 000024 00000000000 11447373633 022714 5 ustar 00mac staff 000000 000000 zope.app.pagetemplate-3.11.2/src/zope/app/pagetemplate/__init__.py 000644 000766 000024 00000001455 11447373626 025034 0 ustar 00mac staff 000000 000000 ##############################################################################
#
# Copyright (c) 2002 Zope Foundation and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the Zope Public License,
# Version 2.1 (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.
#
##############################################################################
"""Zope-specific Page Templates
$Id: __init__.py 116904 2010-09-25 13:20:53Z icemac $
"""
__docformat__ = 'restructuredtext'
from zope.browserpage import ViewPageTemplateFile
zope.app.pagetemplate-3.11.2/src/zope/app/pagetemplate/configure.zcml 000644 000766 000024 00000002775 11447373626 025601 0 ustar 00mac staff 000000 000000