add python getter in capa system

This commit is contained in:
noraiz-anwar
2018-07-13 11:03:05 +05:00
parent 7f1f3b0dad
commit 593c2d1ae8
13 changed files with 15 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ from courseware.access_response import AccessResponse, StartDateError
from courseware.masquerade import is_masquerading_as_student
from openedx.features.course_experience import COURSE_PRE_START_ACCESS_FLAG
from student.roles import CourseBetaTesterRole
from xmodule.util.django import get_current_request_hostname
from xmodule.util.xmodule_django import get_current_request_hostname
DEBUG_ACCESS = False
log = getLogger(__name__)