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

Unified Diff: runserver.spec

Issue 6224048426057728: Noissue - Don`t disable SSL support in standalone test server, needed for requirements page (Closed)
Patch Set: Created June 10, 2015, 3:14 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runserver.spec
===================================================================
--- a/runserver.spec
+++ b/runserver.spec
@@ -22,18 +22,16 @@ a = AnalysisWithHiddenImportsWorkaround(
'markdown.extensions.attr_list',
# Used by globals/get_browser_versions.py in web.adblockplus.org
'xml.dom.minidom',
],
excludes=[
'distutils',
'doctest',
- 'ssl',
- '_ssl',
'werkzeug',
# Mac-specific
'Carbon',
'Finder',
'StdSuites',
],
)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld