mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Define DEBUG in a separate module to resolve circular references.
This commit is contained in:
parent
504bc4f3b7
commit
5f6228ed46
1 changed files with 6 additions and 0 deletions
6
Lib/distutils/debug.py
Normal file
6
Lib/distutils/debug.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
import os
|
||||
|
||||
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
|
||||
# debug mode.
|
||||
DEBUG = os.environ.get('DISTUTILS_DEBUG')
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue