INCR-480: Make compatible with Python 3.x and fixed line over length limit (#20833)

This commit is contained in:
Amit
2019-06-20 23:20:49 +03:00
committed by Jeremy Bowman
parent 4fb5679987
commit df949d6de1
5 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
"""
Definition of the course team feature.
"""
from __future__ import absolute_import
from django.utils.translation import ugettext_noop
from courseware.tabs import EnrolledTab