Skip to content
Snippets Groups Projects
Commit 8dfba01f authored by Ayub khan's avatar Ayub khan
Browse files

INCR-355 python3 compatibility

parent fa693d1a
No related merge requests found
"""
User Api.
User Apis.
"""
from __future__ import absolute_import
......
......@@ -11,8 +11,6 @@ from django.dispatch import receiver
from model_utils.models import TimeStampedModel
from opaque_keys.edx.django.models import CourseKeyField
from openedx.core.djangolib.model_mixins import DeletableByUserValue
# Currently, the "student" app is responsible for
# accounts, profiles, enrollments, and the student dashboard.
# We are trying to move some of this functionality into separate apps,
......@@ -20,6 +18,7 @@ from openedx.core.djangolib.model_mixins import DeletableByUserValue
# certain models. For now we will leave the models in "student" and
# create an alias in "user_api".
from openedx.core.djangolib.model_mixins import DeletableByUserValue
# pylint: disable=unused-import
from student.models import (
PendingEmailChange,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment