Package pytils :: Package templatetags
[hide private]

Source Code for Package pytils.templatetags

 1  # -*- coding: utf-8 -*- 
 2  # PyTils - simple processing for russian strings 
 3  # Copyright (C) 2006-2007  Yury Yurevich 
 4  # 
 5  # http://gorod-omsk.ru/blog/pythy/projects/pytils/ 
 6  # 
 7  # This program is free software; you can redistribute it and/or 
 8  # modify it under the terms of the GNU General Public License 
 9  # as published by the Free Software Foundation, version 2 
10  # of the License. 
11  # 
12  # This program is distributed in the hope that it will be useful, 
13  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
15  # GNU General Public License for more details. 
16  """ 
17  Pytils templatetags for Django web-framework 
18  """ 
19   
20  __id__ = __revision__ = "$Id: __init__.py 63 2007-01-02 09:22:16Z the.pythy $" 
21  __url__ = "$URL: https://pythy.googlecode.com/svn/trunk/pytils/pytils/templatetags/__init__.py $" 
22