Staging
v0.8.1
Revision 5deb2101df41dc46b8eb8b705ce4cf8454db16c7 authored by Martin v. Löwis on 31 August 2007, 11:17:42 UTC, committed by Martin v. Löwis on 31 August 2007, 11:17:42 UTC
1 parent 90d1fcd
Raw File
debug.py
import os

__revision__ = "$Id$"

# If DISTUTILS_DEBUG is anything other than the empty string, we run in
# debug mode.
DEBUG = os.environ.get('DISTUTILS_DEBUG')
back to top