File: __init__.py

package info (click to toggle)
reportbug 13.2.0
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,248 kB
  • sloc: python: 9,838; sh: 70; makefile: 41; lisp: 31
file content (4 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
from os import environ
environ.pop('REPORTBUGEMAIL', None)
environ.pop('DEBEMAIL', None)
environ.pop('EMAIL', None)