File: __init__.py

package info (click to toggle)
python-wsgi-intercept 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 288 kB
  • ctags: 201
  • sloc: python: 710; makefile: 180
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (3)
1
2
3
4
5
import os

if os.environ.get('USER') == 'cdent':
    import warnings
    warnings.simplefilter('error')