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: Add all Markdown extra extensions to hiddenimports list Created Nov. 27, 2015, 9:43 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..d9ac8fec7177152504d6b65a9385031e90261c83 100644
--- a/runserver.spec
+++ b/runserver.spec
@@ -19,7 +19,14 @@ a = AnalysisWithHiddenImportsWorkaround(
['cms/bin/test_server.py'],
pathex=['.'],
hiddenimports=[
+ 'markdown.extensions.extra',
+ 'markdown.extensions.smart_strong',
+ 'markdown.extensions.fenced_code',
+ 'markdown.extensions.footnotes',
'markdown.extensions.attr_list',
+ 'markdown.extensions.def_list',
+ 'markdown.extensions.tables',
+ 'markdown.extensions.abbr',
# 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