remove no longer used __version__

This commit is contained in:
Chris Dent 2016-09-27 10:31:37 +01:00
parent f731f862af
commit ac5f41a03e
1 changed files with 0 additions and 3 deletions

View File

@ -155,9 +155,6 @@ import six
from six.moves.http_client import HTTPConnection, HTTPSConnection
__version__ = '1.3.2'
# Set this to True to cause response headers from the intercepted
# app to be confirmed as bytestrings, behaving as some wsgi servers.
STRICT_RESPONSE_HEADERS = False