Cleanup and remove deprecated RequestCache Django app
ARCH-223
This commit is contained in:
committed by
Robert Raposa
parent
53d8a04b88
commit
700a902b68
@@ -5,7 +5,7 @@ from opaque_keys import InvalidKeyError
|
||||
from opaque_keys.edx.keys import CourseKey
|
||||
from six import text_type
|
||||
|
||||
from util.request import COURSE_REGEX
|
||||
from openedx.core.lib.request_utils import COURSE_REGEX
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ used in event tracking.
|
||||
"""
|
||||
from uuid import UUID, uuid4
|
||||
|
||||
from openedx.core.djangoapps.request_cache import get_cache
|
||||
from openedx.core.lib.cache_utils import get_cache
|
||||
|
||||
|
||||
def get_event_transaction_id():
|
||||
|
||||
Reference in New Issue
Block a user