diff -r b84d6a1d4603 -r 1e5df997eb01 pytask/configuration.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/configuration.py Thu Jan 20 17:47:41 2011 +0530 @@ -0,0 +1,10 @@ +"""A configuration settings file for PyTask project. +""" + + +__authors__ = [ + '"Madhusudan.C.S" ', + ] + + +TASK_CLAIM_ENABLED = False \ No newline at end of file