Initial commit
Dieser Commit ist enthalten in:
5
venv/Lib/site-packages/setuptools/_distutils/debug.py
Normale Datei
5
venv/Lib/site-packages/setuptools/_distutils/debug.py
Normale Datei
@ -0,0 +1,5 @@
|
||||
import os
|
||||
|
||||
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
|
||||
# debug mode.
|
||||
DEBUG = os.environ.get('DISTUTILS_DEBUG')
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren