pytask/configuration.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 21 Jan 2011 02:11:59 +0530
changeset 507 1d4631fcebd0
parent 502 1e5df997eb01
permissions -rwxr-xr-x
Add uberbar messages not to claim the task. This must be disabled once claiming is possible.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
502
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
"""A configuration settings file for PyTask project.
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
"""
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
__authors__ = [
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
    ]
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
1e5df997eb01 Add a project specific configuration file, and create a template context processor to tell if tasks claim are enabled or not.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
TASK_CLAIM_ENABLED = False