File: debug.py

package info (click to toggle)
python3-stdlib-extensions 3.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 10,644 kB
  • sloc: python: 55,777; ansic: 7,797; makefile: 176; sh: 168
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')