# HG changeset patch # User Madhusudan.C.S # Date 1296506367 -19800 # Node ID 03164bb5b52dcb7a8744c8dcb3883778d7c13956 # Parent d90684a803c181ea81eb400d91ca35212225ce62 Create a separate package to hold all the PyTask sitewide helpers. diff -r d90684a803c1 -r 03164bb5b52d pytask/helpers/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/helpers/__init__.py Tue Feb 01 02:09:27 2011 +0530 @@ -0,0 +1,7 @@ +"""Package containing the helper functions that may be used through out +the site. +""" + +__authors__ = [ + '"Madhusudan.C.S" ', + ]