pytask/helpers/__init__.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 536 03164bb5b52d
permissions -rwxr-xr-x
Base views should take keyword arguments and should use them for URLs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
536
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
"""Package containing the helper functions that may be used through out
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
the site.
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
"""
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
__authors__ = [
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
03164bb5b52d Create a separate package to hold all the PyTask sitewide helpers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
    ]