pytask/helpers/configuration.py
changeset 537 f285333bc66d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/helpers/configuration.py	Tue Feb 01 02:10:53 2011 +0530
@@ -0,0 +1,10 @@
+"""A configuration settings file for PyTask project.
+"""
+
+
+__authors__ = [
+    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
+    ]
+
+
+TASK_CLAIM_ENABLED = False
\ No newline at end of file