diff -r f285333bc66d -r 478c7fc9a223 pytask/taskapp/views/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/taskapp/views/__init__.py Tue Feb 01 02:14:28 2011 +0530 @@ -0,0 +1,6 @@ +"""Package containing the views related to tasks and textbooks. +""" + +__authors__ = [ + '"Madhusudan.C.S" ', + ]