Run make upgrade to get latest version of xblock-lti-consumer (and others).

This commit is contained in:
Alex Dusenbery
2018-05-07 11:44:48 -04:00
committed by Alex Dusenbery
parent 424d5044e8
commit 0b11634e4c
6 changed files with 21 additions and 17 deletions

View File

@@ -1,4 +1,6 @@
"""
THIS MODULE IS DEPRECATED IN FAVOR OF https://github.com/edx/xblock-lti-consumer
Learning Tools Interoperability (LTI) module.
@@ -250,6 +252,8 @@ class LTIFields(object):
class LTIModule(LTIFields, LTI20ModuleMixin, XModule):
"""
THIS MODULE IS DEPRECATED IN FAVOR OF https://github.com/edx/xblock-lti-consumer
Module provides LTI integration to course.
Except usual Xmodule structure it proceeds with OAuth signing.