Repository URL to install this package:
|
Version:
2.5 ▾
|
import os
import wsgi_intercept
# Ensure that our test apps are sending strict headers.
wsgi_intercept.STRICT_RESPONSE_HEADERS = True
if os.environ.get('USER') == 'cdent':
import warnings
warnings.simplefilter('error')