Package qm :: Package external :: Package DocumentTemplate
[hide private]
[frames] | no frames]

Source Code for Package qm.external.DocumentTemplate

 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