Commit 5f6228ed authored by Jeremy Hylton's avatar Jeremy Hylton

Define DEBUG in a separate module to resolve circular references.

parent 504bc4f3
import os
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment