restore the changes in the example
Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/956c389a Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/956c389a Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/956c389a Branch: refs/heads/master Commit: 956c389a2f7a0537a7cb7f26c5eb6dbf55e68a9c Parents: c6f5ed7 Author: huikyole <[email protected]> Authored: Thu Aug 20 20:06:09 2015 -0700 Committer: huikyole <[email protected]> Committed: Thu Aug 20 20:06:09 2015 -0700 ---------------------------------------------------------------------- examples/knmi_to_cru31_full_bias.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/956c389a/examples/knmi_to_cru31_full_bias.py ---------------------------------------------------------------------- diff --git a/examples/knmi_to_cru31_full_bias.py b/examples/knmi_to_cru31_full_bias.py index ac629e9..a241442 100644 --- a/examples/knmi_to_cru31_full_bias.py +++ b/examples/knmi_to_cru31_full_bias.py @@ -28,9 +28,6 @@ import ocw.dataset_processor as dsp import ocw.evaluation as evaluation import ocw.metrics as metrics import ocw.plotter as plotter -import ssl -if hasattr(ssl, '_create_unverified_context'): - ssl._create_default_https_context = ssl._create_unverified_context # File URL leader FILE_LEADER = "http://zipper.jpl.nasa.gov/dist/" # This way we can easily adjust the time span of the retrievals
