pytask/helpers/configuration.py
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Feb 2011 03:24:52 +0530
changeset 559 96e8e65a3738
parent 537 f285333bc66d
permissions -rwxr-xr-x
Display Pynts on task/textbook description page. Also make some 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