Move fields.py, inheritance.py, and partitions to openedx/core.

This commit is contained in:
John Eskew
2017-05-23 09:47:47 -04:00
parent 78d8895880
commit 66f3aa5ccf
94 changed files with 464 additions and 452 deletions

View File

@@ -6,9 +6,9 @@ from pytz import UTC
from openedx.core.djangoapps.course_groups.models import CourseUserGroupPartitionGroup
from openedx.core.djangoapps.course_groups.tests.helpers import CohortFactory
from openedx.core.djangoapps.user_api.tests.factories import UserCourseTagFactory
from openedx.core.lib.partitions.partitions import UserPartition, Group
from xmodule.modulestore.tests.factories import CourseFactory, ItemFactory
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
from xmodule.partitions.partitions import UserPartition, Group
from student.tests.factories import CourseEnrollmentFactory, UserFactory