pytask/helpers/configuration.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:37:22 +0530
changeset 556 a0e57ca7cf56
parent 537 f285333bc66d
permissions -rwxr-xr-x
Style fixes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
537
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
"""A configuration settings file for PyTask project.
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
"""
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     4
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
__authors__ = [
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
    '"Madhusudan.C.S" <madhusudancs@fossee.in>',
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
    ]
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
f285333bc66d Move the configuration module to the helpers package and adjust the imports.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
TASK_CLAIM_ENABLED = False