File: debug.py

package info (click to toggle)
python3-stdlib-extensions 3.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 26,768 kB
  • sloc: python: 106,061; ansic: 19,492; sh: 198; makefile: 154
file content (5 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (58)
1
2
3
4
5
import os

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