Mercurial > p > roundup > code
diff roundup/cgi/TAL/__init__.py @ 2348:8c2402a78bb0
beginning getting ZPT up to date: TAL first
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 21 May 2004 05:36:30 +0000 |
| parents | fc52d57c6c3e |
| children |
line wrap: on
line diff
--- a/roundup/cgi/TAL/__init__.py Thu May 20 23:16:58 2004 +0000 +++ b/roundup/cgi/TAL/__init__.py Fri May 21 05:36:30 2004 +0000 @@ -2,14 +2,13 @@ # # 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 -# +# ############################################################################## -"""Template Attribute Language package """ -__docformat__ = 'restructuredtext' +""" Template Attribute Language package """
