Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hhhrrrttt222111
GitHub Repository: hhhrrrttt222111/Dorkify
Path: blob/master/venv/Lib/site-packages/setuptools/_distutils/debug.py
811 views
1
import os
2
3
# If DISTUTILS_DEBUG is anything other than the empty string, we run in
4
# debug mode.
5
DEBUG = os.environ.get('DISTUTILS_DEBUG')
6
7