Update edx-val
This commit is contained in:
@@ -852,7 +852,7 @@ class VideoBlock(
|
||||
Arguments:
|
||||
id_generator is used to generate course-specific urls and identifiers
|
||||
"""
|
||||
if isinstance(xml, str) or isinstance(xml, unicode):
|
||||
if isinstance(xml, six.string_types):
|
||||
xml = etree.fromstring(xml)
|
||||
|
||||
field_data = {}
|
||||
|
||||
@@ -121,7 +121,7 @@ git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.1.1
|
||||
edx-when==0.3
|
||||
edxval==1.1.25
|
||||
edxval==1.1.26
|
||||
elasticsearch==1.9.0 # via edx-search
|
||||
enum34==1.1.6
|
||||
event-tracking==0.2.9
|
||||
|
||||
@@ -147,7 +147,7 @@ edx-sphinx-theme==1.5.0
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.1.1
|
||||
edx-when==0.3
|
||||
edxval==1.1.25
|
||||
edxval==1.1.26
|
||||
elasticsearch==1.9.0
|
||||
entrypoints==0.3
|
||||
enum34==1.1.6
|
||||
|
||||
@@ -142,7 +142,7 @@ git+https://github.com/mitodl/edx-sga.git@3828ba9e413080a81b907a3381e5ffa05e063f
|
||||
edx-submissions==2.1.1
|
||||
edx-user-state-client==1.1.1
|
||||
edx-when==0.3
|
||||
edxval==1.1.25
|
||||
edxval==1.1.26
|
||||
elasticsearch==1.9.0
|
||||
entrypoints==0.3 # via flake8
|
||||
enum34==1.1.6
|
||||
|
||||
Reference in New Issue
Block a user