Merge pull request #21020 from edx/INCR-361

INCR-361 python3 compatibility
This commit is contained in:
Ayub
2019-07-17 10:46:42 +05:00
committed by GitHub

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