Deprecation of edx-user-state-client repo (#33218)

* chore: add code for edx-user-state-client in edx-platform
This commit is contained in:
salmannawaz
2023-09-14 18:53:37 +05:00
committed by GitHub
parent 529069726d
commit 648a30249a
8 changed files with 901 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ import webob
from codejail.safe_exec import SafeExecException
from django.test import override_settings
from django.utils.encoding import smart_str
from edx_user_state_client.interface import XBlockUserState
from lms.djangoapps.courseware.user_state_client import XBlockUserState
from lxml import etree
from opaque_keys.edx.locator import BlockUsageLocator, CourseLocator
from pytz import UTC