Merge pull request #21020 from edx/INCR-361
INCR-361 python3 compatibility
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user