0001 import os 0002 0003 # This module should be kept compatible with Python 1.5.2. 0004 0005 __revision__ = "$Id: debug.py,v 1.3 2004/07/18 06:14:42 tim_one Exp $" 0006 0007 # If DISTUTILS_DEBUG is anything other than the empty string, we run in 0008 # debug mode. 0009 DEBUG = os.environ.get('DISTUTILS_DEBUG') 0010
Generated by PyXR 0.9.4