Commit 4b4432c8 by Michael LoTurco Committed by Troy Sankey

added actual import

parent ca75d4ee
...@@ -64,6 +64,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_ ...@@ -64,6 +64,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_
from openedx.core.djangolib.js_utils import dump_js_escaped_json from openedx.core.djangolib.js_utils import dump_js_escaped_json
from openedx.core.lib.course_tabs import CourseTabPluginManager from openedx.core.lib.course_tabs import CourseTabPluginManager
from openedx.core.lib.courses import course_image_url from openedx.core.lib.courses import course_image_url
from rocketwrap import RocketWrap
from student import auth from student import auth
from student.auth import has_course_author_access, has_studio_read_access, has_studio_write_access from student.auth import has_course_author_access, has_studio_read_access, has_studio_write_access
from student.roles import CourseCreatorRole, CourseInstructorRole, CourseStaffRole, GlobalStaff, UserBasedRole from student.roles import CourseCreatorRole, CourseInstructorRole, CourseStaffRole, GlobalStaff, UserBasedRole
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment