You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/04/02 07:37:51 UTC

[04/34] lucene-solr:jira/solr-12095: LUCENE-8106: add missing import

LUCENE-8106: add missing import


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/1ce72537
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/1ce72537
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/1ce72537

Branch: refs/heads/jira/solr-12095
Commit: 1ce72537b8b7577657c275dd7a6bfbb081392575
Parents: 701af06
Author: Steve Rowe <sa...@apache.org>
Authored: Thu Mar 29 13:51:39 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Thu Mar 29 13:51:39 2018 -0400

----------------------------------------------------------------------
 dev-tools/scripts/reproduceJenkinsFailures.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/1ce72537/dev-tools/scripts/reproduceJenkinsFailures.py
----------------------------------------------------------------------
diff --git a/dev-tools/scripts/reproduceJenkinsFailures.py b/dev-tools/scripts/reproduceJenkinsFailures.py
index 55194a0..f36513b 100644
--- a/dev-tools/scripts/reproduceJenkinsFailures.py
+++ b/dev-tools/scripts/reproduceJenkinsFailures.py
@@ -14,6 +14,7 @@
 # limitations under the License.
 
 import argparse
+import http.client
 import os
 import re
 import subprocess