Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 -*- 2 # pytils - simple processing for russian strings 3 # Copyright (C) 2006-2007 Yury Yurevich 4 # 5 # http://www.pyobject.ru/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 102 2007-07-12 12:33:36Z the.pythy $" 21 __url__ = "$URL: https://pythy.googlecode.com/svn/tags/pytils/0_2_2/pytils/templatetags/__init__.py $" 22
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Thu Jul 12 20:17:55 2007 | http://epydoc.sourceforge.net |