Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: runserver.spec

Issue 29331049: Issue 3354 - Enable extras module for Markdown inside HTML blocks (Closed)
Patch Set: Update hidden dependency in runserver.spec Created Nov. 27, 2015, 9:08 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cms/converters.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runserver.spec
diff --git a/runserver.spec b/runserver.spec
index cebf3e910280dd1d264d321bfff92f1e3599f265..fa953cd8d3094db5d78cda22ceeba1a382946a96 100644
--- a/runserver.spec
+++ b/runserver.spec
@@ -19,7 +19,7 @@ a = AnalysisWithHiddenImportsWorkaround(
['cms/bin/test_server.py'],
pathex=['.'],
hiddenimports=[
- 'markdown.extensions.attr_list',
+ 'markdown.extensions.extra',
kzar 2015/11/27 09:11:17 (I was not able to test this change as I could not
Sebastian Noack 2015/11/27 09:28:33 That isn't sufficient as the extensions included w
kzar 2015/11/27 09:45:31 Done.
# Used by globals/get_browser_versions.py in web.adblockplus.org
'xml.dom.minidom',
« no previous file with comments | « cms/converters.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld