Commit fa9a022c by Joe Blaylock

Merge pull request #4016 from edx/jrbl/bugfix_lxml_flattening

Bugfix certificates request queue HTML flattening
parents 1b58ca5d 277dcb11
...@@ -15,7 +15,7 @@ from verify_student.models import SoftwareSecurePhotoVerification ...@@ -15,7 +15,7 @@ from verify_student.models import SoftwareSecurePhotoVerification
import json import json
import random import random
import logging import logging
import lxml import lxml.html
from lxml.etree import XMLSyntaxError, ParserError from lxml.etree import XMLSyntaxError, ParserError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment