More factory refactoring.

This commit is contained in:
Jay Zoldak
2013-03-19 17:09:57 -04:00
parent 3576a3154b
commit 16773aac63
2 changed files with 3 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ class GroupFactory(GroupFactory):
@world.absorb
class CourseEnrollment(CourseEnrollment):
class CourseEnrollmentFactory(CourseEnrollment):
"""
Courses that the user is enrolled in
"""
@@ -46,7 +46,7 @@ class CourseEnrollment(CourseEnrollment):
@world.absorb
class CourseEnrollmentAllowed(CourseEnrollmentAllowed):
class CourseEnrollmentAllowedFactory(CourseEnrollmentAllowed):
"""
Users allowed to enroll in the course outside of the usual window
"""