diff -r 7257b66a6766 -r a6a5e45f68c8 app/projrev/views/helpers/templatetags/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/projrev/views/helpers/templatetags/__init__.py Mon Aug 10 00:40:47 2009 +0530 @@ -0,0 +1,7 @@ +"""Module for all the template tags. +""" + + +__authors__ = [ + '"Madhusudan.C.S" ', +]