pytask/helpers/configuration.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:36:00 +0530
changeset 555 20fe9db8bc81
parent 537 f285333bc66d
permissions -rwxr-xr-x
EditTextBook form should use Task model itself.
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