summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-02-01 02:09:27 +0530
committerMadhusudan.C.S2011-02-01 02:09:27 +0530
commit733a9ef22a1c9479ee4d2debcfc92fe2d09a7aa5 (patch)
tree060d37185e45165c088c40587851b5aaa893362c
parentc7c72c2221109b6fd7b9bf7e18c6a6c3a0e65c1b (diff)
downloadpytask-733a9ef22a1c9479ee4d2debcfc92fe2d09a7aa5.tar.gz
pytask-733a9ef22a1c9479ee4d2debcfc92fe2d09a7aa5.tar.bz2
pytask-733a9ef22a1c9479ee4d2debcfc92fe2d09a7aa5.zip
Create a separate package to hold all the PyTask sitewide helpers.
-rwxr-xr-xpytask/helpers/__init__.py7
1 files changed, 7 insertions, 0 deletions
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" <madhusudancs@fossee.in>',
+ ]