# HG changeset patch # User Todd Larsen # Date 1219962191 0 # Node ID 6e44a4478ece686d0b31f65fa2c97c0e79225de1 # Parent 68b5ce15fff9311e3e3b9ddc336887166fcd051b Pawel and I were working on the same thing, apparently. My template_helpers.py is more complete, so I am removing this one (that Pawel appears to not have used yet). Patch by: Todd Larsen Review by: to-be-reviewed diff -r 68b5ce15fff9 -r 6e44a4478ece app/soc/views/helpers/templates_helpers.py --- a/app/soc/views/helpers/templates_helpers.py Thu Aug 28 22:06:31 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -#!/usr/bin/python2.5 -# -# Copyright 2008 the Melange authors. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -"""Helpers used with templates. -""" - -__authors__ = [ - '"Todd Larsen" ', - '"Pawel Solyga"