pytask/helpers/configuration.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 02:10:53 +0530
changeset 537 f285333bc66d
permissions -rwxr-xr-x
Move the configuration module to the helpers package and adjust the imports.

"""A configuration settings file for PyTask project.
"""


__authors__ = [
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
    ]


TASK_CLAIM_ENABLED = False