Merge pull request #4016 from edx/jrbl/bugfix_lxml_flattening

Bugfix certificates request queue HTML flattening
This commit is contained in:
Joe Blaylock
2014-06-06 11:10:33 -07:00

View File

@@ -15,7 +15,7 @@ from verify_student.models import SoftwareSecurePhotoVerification
import json
import random
import logging
import lxml
import lxml.html
from lxml.etree import XMLSyntaxError, ParserError