INCR-361 python3 compatibility

This commit is contained in:
Ayub khan
2019-07-10 14:34:22 +05:00
parent 92c7a43011
commit 45a1053a60

View File

@@ -1,6 +1,8 @@
"""
Middleware used for adjusting headers in a response before it is sent to the end user.
"""
from __future__ import absolute_import
import six