Home | Trees | Indices | Help |
---|
|
1 ############################################################################## 2 # 3 # Copyright (c) 2002 Zope Corporation and Contributors. All Rights Reserved. 4 # 5 # This software is subject to the provisions of the Zope Public License, 6 # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. 7 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED 8 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 9 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS 10 # FOR A PARTICULAR PURPOSE 11 # 12 ############################################################################## 13 __doc__='''Package wrapper for Document Template 14 15 This wrapper allows the (now many) document template modules to be 16 segregated in a separate package. 17 18 $Id: __init__.py 1007 2007-02-10 01:07:28Z stefan $''' 19 __version__='$Revision: 1007 $'[11:-2] 20 21 from DocumentTemplate import String, File, HTML, HTMLDefault, HTMLFile 22
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:47 2011 | http://epydoc.sourceforge.net |