Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4de2ad4c
Commit
4de2ad4c
authored
Sep 14, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade lxml to use pre-built pkg - no longer requires Cython.
parent
617085b5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
common/lib/capa/capa/responsetypes.py
+1
-2
requirements/edx/base.txt
+1
-2
No files found.
common/lib/capa/capa/responsetypes.py
View file @
4de2ad4c
...
...
@@ -2468,8 +2468,7 @@ class CustomResponse(LoncapaResponse):
msg
=
msg
.
replace
(
'<'
,
'<'
)
# Use etree to prettify the HTML
msg
=
etree
.
tostring
(
fromstring_bs
(
msg
,
convertEntities
=
None
),
pretty_print
=
True
)
msg
=
etree
.
tostring
(
fromstring_bs
(
msg
),
pretty_print
=
True
)
msg
=
msg
.
replace
(
' '
,
''
)
...
...
requirements/edx/base.txt
View file @
4de2ad4c
...
...
@@ -115,8 +115,7 @@ pyuca==1.1
wrapt==1.10.5
zendesk==1.1.1
# This needs to be installed *after* Cython, which is in pre.txt
lxml==3.4.4
lxml==3.8.0
# Used for shopping cart's pdf invoice/receipt generation
reportlab==3.1.44
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment