X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=roundup%2Ftemplates%2F__init__.py;h=2abf9cebefb03de9fd19e281e37b380abc87c2c9;hb=715f6d151e0a42146aeb9c64af875cae6bb946e6;hp=10bf02ed11a13996888d662c40fdaf4129f774fb;hpb=d41bd8697d416b2ae31bce688a72fc67f97a89f1;p=roundup.git diff --git a/roundup/templates/__init__.py b/roundup/templates/__init__.py index 10bf02e..2abf9ce 100644 --- a/roundup/templates/__init__.py +++ b/roundup/templates/__init__.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: __init__.py,v 1.4 2001-08-07 00:24:43 richard Exp $ +# $Id: __init__.py,v 1.5 2002-09-10 01:07:06 richard Exp $ import os @@ -29,12 +29,4 @@ def listTemplates(): l.append(entry) return l -# -# $Log: not supported by cvs2svn $ -# Revision 1.3 2001/08/07 00:15:51 richard -# Added the copyright/license notice to (nearly) all files at request of -# Bizar Software. -# -# -# # vim: set filetype=python ts=4 sw=4 et si