Package pytils :: Package templatetags
[hide private]
[frames] | no frames]

Source Code for Package pytils.templatetags

 1  # -*- coding: utf-8 -*- 
 2  # License: GNU GPL2 
 3  # Author: Pythy <the.pythy@gmail.com> 
 4  """ 
 5  Pytils templatetags for Django web-framework 
 6  """ 
 7   
 8  __id__ = __revision__ = "$Id: __init__.py 11 2006-09-28 17:45:00Z the.pythy $" 
 9  __url__ = "$URL: https://pythy.googlecode.com/svn/trunk/pytils/pytils/templatetags/__init__.py $" 
10