moving import

This commit is contained in:
Nick Lang
2017-12-28 13:12:04 -07:00
parent 456e598c5b
commit 50f89e4d47
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ or you can use the wrapper function :function:`~elasticsearch.connection.http_ur
To create an `SSLContext` object you only need to use one of cafile, capath or cadata::
>>> from elasticsearch.connection.http_urllib3 import create_ssl_context
>>> from elasticsearch.connection import create_ssl_context
>>> context = create_ssl_context(cafile=None, capath=None, cadata=None)
* `cafile` is the path to your CA File