Merge pull request #21034 from edx/INCR-379

INCR-379 python 3 compatibility
This commit is contained in:
Ayub
2019-07-19 12:25:06 +05:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
from .wrapper import wrap_with_license
from .mixin import LicenseMixin
from .wrapper import wrap_with_license