Update edx-val

This commit is contained in:
Dave St.Germain
2019-08-19 11:15:10 -04:00
parent 38333624ac
commit bc2e87db5c
4 changed files with 4 additions and 4 deletions

View File

@@ -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 = {}