From 733a9ef22a1c9479ee4d2debcfc92fe2d09a7aa5 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Tue, 1 Feb 2011 02:09:27 +0530 Subject: Create a separate package to hold all the PyTask sitewide helpers. --- pytask/helpers/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pytask/helpers/__init__.py diff --git a/pytask/helpers/__init__.py b/pytask/helpers/__init__.py new file mode 100755 index 0000000..189502e --- /dev/null +++ b/pytask/helpers/__init__.py @@ -0,0 +1,7 @@ +"""Package containing the helper functions that may be used through out +the site. +""" + +__authors__ = [ + '"Madhusudan.C.S" ', + ] -- cgit